Create Link
Create a new short link for URL shortening with integrated analytics tracking.Endpoint
Headers
Bearer token for authentication
Request Body
Link name (max 100 characters)
Destination URL (max 500 characters)
Unique URL slug (max 100 characters). Must be unique across all links.
Team UUID if creating a team link. Omit for personal link.
Optional custom UUID for the link. Generated automatically if not provided.
Response
Link UUID
Link name
Destination URL
URL slug
Owner user UUID (null for team links)
Team UUID (null for personal links)
ISO 8601 timestamp of creation
Example Request
Example Response
Creating a Team Link
To create a link owned by a team, include theteamId parameter:
curl
You must have permission to create websites for the team. The slug must be unique across all links in the system.