Create Short URL
This endpoint shortens a long URL, optionally with a custom alias.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
longUrlstringRequiredExample:
The long URL to shorten.
https://www.example.comcustomAliasstringOptionalExample:
A custom alias for the shortened URL (optional).
customaliastopicstringOptionalExample:
A topic or category for the URL (optional).
testResponses
200
URL successfully shortened.
application/json
shortUrlstringOptionalExample:
The shortened URL.
https://minifyurl.choreoapps.dev/api/shorten/eOE4a_w0createdAtstring · date-timeOptionalExample:
The timestamp when the URL was created.
2025-01-19T12:38:04.242Z401
Unauthorized, invalid or expired token.
application/json
419
Missing required field longUrl.
application/json
post
/shortenLast updated