Create short url, input with key and result status and new short url domain.
Request
Body Params application/json
{
"key": "xyz",
"url": "https://lumbering-kick.name/"
}
Request Code Samples
curl --location --request POST 'https://api.omnichannelmessenger.com/api/createShort' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "xyz",
"url": "https://lumbering-kick.name/"
}'
Responses
application/json {
"status": "success",
"message": {
"url": "https://www.detik.com",
"shortCode": "https://huhux.com/pGw"
}
}
Modified at 2025-01-02 09:32:31