Base URL: https://api.anielak.net
Authorization: Bearer <your-key>/v1/auth/tokenExchange an API key for a short-lived bearer token./v1/auth/meReturn the identity associated with the current token./v1/jwt/verifyVerify a JWT and return the decoded payload./v1/jwt/signSign a payload and return a JWT (Pro)./v1/jwt/decodeDecode a JWT without verifying the signature./v1/qr/generateGenerate a QR code for any URL or text payload./v1/qr/:idRetrieve a previously generated QR code./v1/qrList all QR codes (paginated)./v1/linksCreate a short link./v1/linksList all short links (paginated)./v1/links/:idGet a specific short link and its analytics./v1/links/:idDelete a short link./v1/webhooksRegister a webhook endpoint./v1/webhooksList all registered webhooks./v1/webhooks/:idDelete a webhook./v1/webhooks/:id/testSend a test event to a registered endpoint.Full OpenAPI spec and interactive playground coming soon.
← Back to Docs