Skip to main content
POST
Create Link
Create a new deeplink with custom codes, domains, password protection, expiration dates, and tracking features. Request:
cURL
Response:

Authorization

string
required
Bearer token for API authentication. Format: Bearer YOUR_API_KEY

Request Parameters

string
required
The URL to be shortened. Supports http, https, mailto, tel, sms, whatsapp, tg, skype schemes.
boolean
Whether to enable conversion tracking on this link. When omitted, the default depends on your plan’s conversion tracking feature.

Response Fields

Core Fields

string
required
Unique identifier for the created link
string
required
ISO 8601 timestamp when the link was created
string
required
ISO 8601 timestamp when the link was last updated
string
ID of the associated project
string
ID of the custom domain used
string
ID of the associated tracking pixel
string
required
The original URL that was shortened
string
Name of the link
string
Description of the link
string
required
The short code used in the URL

Deep Linking

string
Name of the mobile app for deep linking
URL to the app logo image
Android deep link URL
iOS deep link URL
Windows deep link URL
macOS deep link URL
string
Pre-filled message for WhatsApp sharing

Metadata & QR Code

object
Link metadata for website previews
object
QR code generation options

UTM Parameters

string
UTM campaign name
string
UTM source
string
UTM medium
string
UTM campaign identifier
string
UTM term (keywords)
string
UTM content
string
UTM template identifier
string
Referrer URL

Security & Access

string
Password to protect the link
string
Description shown when password is required
array
Array of countries excluded from accessing the link
boolean
Whether link statistics are publicly accessible

Conversion Tracking

boolean
Whether conversion tracking is enabled on this link

Status Flags

boolean
Whether the link is archived

Expiration

string
ISO 8601 datetime when link expires
integer
Maximum number of clicks before link expires

Analytics

integer
Total number of clicks

Error Responses