Programmatically interface with our edge compression layers. Authenticate your terminal hooks and integrate core URL operations smoothly.
Issue an authenticated HTTP POST request to the link optimization handler to provision short hashes.
// Request Payload Contract
{
"destination": "https://github.com",
"customCode": "launch-promo" // Optional
}
| Parameter | Type | Description |
|---|---|---|
| destination | string | Required. Absolute target URL routing path. Must be fully valid string. |
| customCode | string | Optional. Custom string back-half alias. Alphanumeric characters only, max 16 chars. |
{
"shortCode": "launch-promo",
"destination": "https://github.com/jeesanabbas/proximely/deep/ref",
"createdAt": "2026-06-28T14:53:00Z"
}