URL Shortening

URL Shortening APIs

Shorten specific URLs and get original URLs from the shortened URLs.

shorten given url

post
Body
idstringOptional
urlstringOptional

url to be shortened

validFrominteger · int64Optional
validTillinteger · int64Optional
Responses
200

shortened url returned

*/*
Responsestring
post
/shortener

redirects user to orignal url identified by id

get
Path parameters
idstringRequired

The uniqueue id field to find original url

Responses
200

user redirected to original url

get
/{id}

No content

Last updated

Was this helpful?