Create a link
Links API
Create a link
Create a new short link.
POST
Create a link
Body Parameters
The destination URL where the short link will redirect.
The custom domain for the short link. Defaults to
linkry.se if not provided.The custom slug (alias) for the short link. If not provided, a random 7-character key will be generated.
An array of tags to assign to the link.
Whether to enable public statistics for this link. Defaults to
false.Response
Returns the created Link Object.Code Examples
cURL
Node.js