API example
Request
POST https://anyurl.bond/api/v1/shorten
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
{
"long_url": "https://example.com"
}
Response
{
"short_url": "https://anyurl.bond/a3F9xK",
"short_code": "a3F9xK",
"expiration_time": "2026-05-29 19:53:45"
}
Shorten long URLs instantly
API documentationTerms and conditions
Links created via the web interface will automatically expire after 24 hours or after 1 use, whichever comes first. Once expired, the link will no longer be accessible.