cURL
Link Endpoints
Create A Link
Creates a new short link. destination_url is required. All other fields are optional.
POST
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The URL the short link should redirect to.
Example:
"https://example.com/"
Custom slug for the short link. If omitted, one is generated automatically.
Example:
"your-link"
A human-readable label for the link.
Example:
"KlipLink API Guide"
A custom domain to use for the short link. Must be added to your account first.
Example:
"links.your-website.com"
