Create short link
create_linkCreate a short link that redirects to a URL. Returns shortUrl, which is what you share.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Destination URL. https:// is added if missing. | |
| name | No | Optional label to recognise the link in the dashboard. | |
| alias | No | Optional custom alias (letters, numbers, - and _; max 20). | |
| domain_id | No | Optional id of a verified custom domain of the account. | |
| expires_in_days | No | Optional expiry. Pro plan only. |