1. Shorten URL with all services
Get shortened links from every supported provider in a single request.
Query parameters
url: (required) The URL to be shortened.
Example request
GET https://shorturl.ashlynn.workers.dev/all?url=https://example.com
Example response
{
"original_url": "https://web.telegram.org/a/",
"shortened_urls": {
"TinyURL": "https://tinyurl.com/2jgrxv8d",
"is.gd": "https://is.gd/Pa2AT5",
"v.gd": "https://v.gd/Dr3vN0",
"da.gd": "https://da.gd/38ubko",
"CleanURI": "https://cleanuri.com/6deeGY"
},
"creator": "https://t.me/Ashlynn_Repository"
}