Loading
Please wait while we prepare everything for you
0%

Theme

Language

English
Español
Français
العربية
اردو
हिन्दी
Türkçe
中文
বাংলা

Integration Overview

Learn how to integrate our URL shortener service into your applications and workflows. From RESTful APIs to browser extensions, we provide multiple ways to incorporate our service into your tech stack.

API Overview

Our RESTful API provides comprehensive access to all features:

  • Authentication: API key required on every request
  • Format: JSON requests and responses
  • Methods: GET and POST (with Content-Type: application/json for POST)

Tip: Use Admin → API Tester to try endpoints with your API key.

Authentication

  • Send both headers:
    Authorization: Bearer YOUR_API_KEY
    X-API-Key: YOUR_API_KEY
  • Do not place keys in query strings.

Rate Limiting

  • Per‑minute rate limits are enforced per API key (configurable in Edit Profile).
  • When exceeded, the API returns HTTP 429. Retry after one minute.

Common Headers

  • Authorization: Bearer YOUR_API_KEY
  • X-API-Key: YOUR_API_KEY
  • Content-Type: application/json (for POST)

Error Codes

  • 400 Bad Request – invalid or missing parameters
  • 401 Unauthorized – invalid API key
  • 403 Forbidden – not allowed
  • 404 Not Found – resource not found
  • 409 Conflict – duplicates or constraint violations
  • 422 Unprocessable Entity – validation failed
  • 429 Too Many Requests – rate limit exceeded

Extensions & Plugins

Ready-to-use integrations for popular platforms:

  • Browser extensions (Chrome, Firefox, Safari)
  • CMS plugins (WordPress, Drupal, Joomla)
  • Social media integrations
  • Marketing platform connectors

Note: All extensions are regularly updated for compatibility and security.

Webhooks

Currently available:

  • Stripe webhook for billing events

More webhooks (link created/updated, clicks) are planned.

SDKs & Libraries

SDKs are not required — the REST API is straightforward. Official SDKs are planned.

Need Help Getting Started?

Our support team is here to help you get up and running quickly. Don't hesitate to reach out if you have any questions.

Contact Support