etyd.cc URL Shortener












Instructions

1. Enter your API Key in the 'Authorization' field
2. Enter the shortened URL you want to act upon under the 'URL' field
3. Enter the URL that the user will be redirected to under the 'Value' field
4. Change 'Action' depending if you want to create or delete a URL
5. Press 'POST Data' to submit the form to the server

Status Code Reference

400: Bad Request - You will see this if you try and delete a non-existent URL
401: Unauthorized - Did you enter your API key?
405: Method Not Allowed - You will see this if you try a request with no arguments
409: Conflict - The entered URL already exists, tick 'Random' and try again
500: Internal Server Error - If this happens something has gone very wrong
502: Bad Gateway - If you see this the backend is down/unreachable by Caddy