Build AKRShortener links into your website.
Create, edit and review account links securely from your own backend. Start with an API plan, create a private key, then connect using the guide below.
Integration guide
Three steps to connect
- 1Activate an API planChoose the capacity and request speed needed by your website.
- 2Create a private API keyOpen Developer API after activation. A key is shown once and should remain on your server.
- 3Send requests from your backendUse an idempotency key when creating links so a retry cannot create a duplicate.
Quick start
Create a link
curl -X POST https://akrshortener.com/api/v1/links \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-H "Idempotency-Key: order-123" \
-d '{"destination_url":"https://example.com/page"}'
GET /api/v1/accountGET /api/v1/linksPATCH /api/v1/links/:idKeep API keys in server-side environment variables. Never place a key in public browser JavaScript.
Choose the access your integration needs
Plans shown here update automatically from the current AKRShortener API settings.
API plans are being updated. Please check again shortly.