1. Standard Random
{
"url": "...",
"useCustom": false,
"ultraShort": false
}
{
"success": true,
"shortUrl": "https://s.ftk.li/aB2c3D4"
}
2. Ultra Short
{
"url": "...",
"useCustom": false,
"ultraShort": true
}
{
"success": true,
"shortUrl": "https://s.ftk.li/z"
}
3. Custom Alias
{
"url": "...",
"useCustom": true,
"customPath": "my-link"
}
{
"success": true,
"shortUrl": "https://s.ftk.li/my-link"
}