Skip to main content
POST
Create a link

Body Parameters

string
required
The destination URL where the short link will redirect.
string
The custom domain for the short link. Defaults to linkry.se if not provided.
string
The custom slug (alias) for the short link. If not provided, a random 7-character key will be generated.
array
An array of tags to assign to the link.
boolean
Whether to enable public statistics for this link. Defaults to false.

Response

Returns the created Link Object.

Code Examples

cURL
Node.js