🔌

API Access

Updated 2025-01-01Developers

Developer API


Automate your workflow with our robust REST API.

Authentication


All API requests require an API_KEY. You can generate one in your Account Settings.

Authorization: Bearer YOUR_API_KEY

Endpoints


Shorten a URL

  • **POST** `/api/shorten`
  • Body: `{ "url": "https://mysite.com", "alias": "custom-name" }`

  • Get Analytics

  • **GET** `/api/analytics/{shortCode}`
  • Returns detailed stats for a specific link.

  • **Rate Limits**: Free accounts are limited to 100 requests per minute.

    Was this article helpful?

    Your feedback helps us improve.