Link-Unshortener
API
How it works
Send a GET request to our API
https://ancient-dew-2472.fly.dev/api?url=<URL_GOES_HERE>
And you will get an object response
{
success: boolean,
errormsg: string,
bypassedlink: string,
inputlink: string,
type: string
}
What these mean
success= a true or false value representing if the bypass was successfull
errormsg= a string which returns "" if no error or if there is an error it will be the error message
bypassedlink= a string which returns the bypassed link. returns undefined if error
inputlink= a string which contains the input link to bypass
type= a string which contains the service that was bypassed. returns undefined if cannot be determined