Create Short URL

Shorten a URL

post

This endpoint shortens a long URL, optionally with a custom alias.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
longUrlstringRequired

The long URL to shorten.

Example: https://www.example.com
customAliasstringOptional

A custom alias for the shortened URL (optional).

Example: customalias
topicstringOptional

A topic or category for the URL (optional).

Example: test
Responses
chevron-right
200

URL successfully shortened.

application/json
shortUrlstringOptional

The shortened URL.

Example: https://minifyurl.choreoapps.dev/api/shorten/eOE4a_w0
createdAtstring · date-timeOptional

The timestamp when the URL was created.

Example: 2025-01-19T12:38:04.242Z
post
/shorten

Last updated