API Documentation
You can create and manage links using the kli.ink API.
API Endpoints
Create Link
POST /api/create
Content-Type: application/json
{
"url": "https://example.com",
"api_key": "your_api_key"
}
Link Statistics
GET /api/stats/{short_code}
Authorization: Bearer your_api_key
API Key
You can get your API key from the dashboard after purchasing a premium package.
Rate Limit
There is a limit of 60 requests per minute for API usage.
More Information
For detailed documentation: api@kli.ink