API-Beispiel
Anfrage
POST https://anyurl.bond/api/v1/shorten
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
{
"long_url": "https://example.com"
}
Antwort
{
"short_url": "https://anyurl.bond/a3F9xK",
"short_code": "a3F9xK",
"expiration_time": "2026-05-29 20:31:49"
}
Lange Links sofort kürzen
Über die Weboberfläche erstellte Links laufen automatisch ab nach 24 Stunden oder nach 1 Aufruf, je nachdem, was zuerst eintritt. Danach ist der Link nicht mehr erreichbar.