For Software Developers

REST API v1.

Automate your infrastructure. Generate, route, and delete custom short links programmatically via our low-latency JSON endpoints.

#APIIntegration #JSONEndpoints #BulkShortening
POST /api/v1/links/create
Authorization: Bearer sk_live_your_api_key_here
Content-Type: application/json

{
  "destination": "https://example.com/very-long-url-path",
  "alias": "promo26",
  "generate_qr": true
}

Built for Scale

Stop relying on manual link creation. Whether you are building an automated notification system or a dynamic QR code generator for restaurant menus, our API is designed to handle high-throughput requests. The v1 endpoint supports bulk generation, allowing you to compress up to 20 URLs in a single payload.

Dynamic Destination Routing

Hardcoded links break. By integrating our API, you gain the ability to update the destination of any generated short link dynamically. If an underlying product page changes, a simple `PUT` request updates the routing instantly, ensuring your QR codes and printed materials remain valid forever.