create_link
Create a short link on the authenticated INBIO account, with full options (custom slug, title, tags, folder, UTM parameters, expiration, password, click limit). Requires the links:write token scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| utm | No | ||
| slug | No | Custom slug (random if omitted) | |
| tags | No | ||
| title | No | ||
| password | No | Password-protect the link (Pro+) | |
| folder_id | No | ||
| expires_at | No | ISO 8601 datetime (Pro+) | |
| click_limit | No | Pro+ | |
| description | No | ||
| fallback_url | No | Shown after expiry (Pro+) | |
| redirect_type | No | ||
| destination_url | Yes |