filoo_create_link
Create a short link on filoo, returning a clean URL with click tracking and QR-friendly format. Ideal for shortening long URLs and tracking outbound clicks.
Instructions
Create a new short link on filoo. Returns the short_url (filoo.app/{username}/{slug}) and the link code. Use this whenever an agent needs to shorten a URL, hand a clean URL to a user, generate a QR-friendly link, or attach click tracking to an outbound URL. Counts against the daily creation quota and active link cap — call filoo_usage first if unsure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Optional custom slug like 'spring-sale'. Alphanumeric + hyphens, 1–64 chars. Auto-generated if omitted. | |
| label | No | Optional private label shown only in the dashboard. | |
| username | No | Username to publish under. Defaults to the user's primary username. | |
| destination | Yes | The long URL to shorten (http or https). |