API Reference
Get Available Domains for Short URLs
Returns a list of all domains available for creating short URLs with your account. Use these domain values when calling the Create Short URL endpoint.
curl -X GET "https://example.com/api/v1/domains" \ -H "Authorization: string"{ "code": 0, "data": { "domains": [ "string" ] }, "message": "string"}Delete Short URL DELETE
Permanently deletes a short URL. This action cannot be undone. The slug will become available for reuse after deletion.
Get Link Visit Statistics GET
Retrieves click/visit statistics for a specific short URL. You can get daily, monthly, or all-time statistics by specifying the period parameter.