Create Short URL
This API allows you to create a short link by providing the original URL.
Request Body
application/jsonRequiredrequest
custom_slugstringcustom_slug is the custom slug
Maximum length:
255domainRequiredstringdomain is the domain name
Maximum length:
255expiration_redirect_urlstringexpiration_redirect_url is the URL to redirect to when the short URL expires
Maximum length:
65535expire_atintegerexpire_at is the expiration timestamp for the short URL
passwordstringpassword is the password for the short URL
Minimum length:
3Maximum length: 32tag_idsarray<integer>tag_ids are the tag IDs to associate with the short URL
target_urlRequiredstringtarget_url is the original URL
Maximum length:
65535titlestringtitle is the title of the short URL
Maximum length:
255Header Parameters
AuthorizationRequiredstringAPI key
OK