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
401
Unauthorized, invalid or expired token.
application/json
419
Missing required field longUrl.
application/json
post
/shortenLast updated