Create Short URL
This API allows you to create a short link by providing the original URL.
Request Body
application/json
Requiredrequest
custom_slug
stringcustom_slug is the custom slug
Maximum length:
255
domain
Requiredstringdomain is the domain name
Maximum length:
255
expiration_redirect_url
stringexpiration_redirect_url is the URL to redirect to when the short URL expires
Maximum length:
65535
expire_at
integerexpire_at is the expiration timestamp for the short URL
password
stringpassword is the password for the short URL
Minimum length:
3
Maximum length: 32
tag_ids
array<integer>tag_ids are the tag IDs to associate with the short URL
target_url
Requiredstringtarget_url is the original URL
Maximum length:
65535
title
stringtitle is the title of the short URL
Maximum length:
255
Header Parameters
Authorization
RequiredstringAPI key
OK