Create Short URL
This API allows you to create a short link by providing the original URL.
POST
/
api
/v1
/shorten
Request Body
application/json
Requiredrequest
custom_slug
string
custom_slug is the custom slug
Maximum length:
255
domain
Requiredstring
domain is the domain name
Maximum length:
255
target_url
Requiredstring
target_url is the original URL
Maximum length:
65535
title
string
title is the title of the short URL
Maximum length:
255
Header Parameters
Authorization
Requiredstring
API key
OK