Developers
API Documentation
Integrate Z-Liker Pro into your tools, apps, and workflows with our simple REST API.
Authentication
All API requests require an API key passed in the request header:
Authorization: Bearer YOUR_API_KEY
You can find your API key in Profile → API Settings.
Base URL
https://zliker.pro/api/v1
Endpoints
POST
/api/v1/linksCreate a new short link
Request Body
{ "url": "https://example.com/long-url", "alias": "my-link" }GET
/api/v1/linksList all your short links
GET
/api/v1/links/:id/analyticsGet analytics for a specific link
DELETE
/api/v1/links/:idDelete a short link
Rate Limits
Free plan: 100 requests / hour
Pro plan: 1,000 requests / hour
Premium plan: 10,000 requests / hour
Questions about the API? Email us at dev@zliker.pro