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.
GET
/
api
/v1
/shorten
Query Parameters
key
Requiredstring
API KEY
url
Requiredstring
the original URL
domain
string
this short url domain, omit this parameter to use the default domain
custom_slug
string
this short url custom slug
title
string
the title of the short URL
json
boolean
the response is in JSON format
OK