Create Short URL using Simple Mode
This API allows you to create a short link by providing the original URL. This API is used for simple mode. The response can be plain text.
Query Parameters
signatureRequiredstringAPI KEY
urlRequiredstringthe original URL
domainstringthis short url domain, omit this parameter to use the default domain
custom_slugstringthis short url custom slug
titlestringthe title of the short URL
tag_idsarray<integer>tag IDs to associate with the short URL
passwordstringpassword for the short URL
expire_atintegerexpiration timestamp for the short URL
jsonbooleanthe response is in JSON format
OK