Hello There!

Welcome aboard to the 8urly API! This API allows developers to interact with my link shortener endpoint in a simple and efficient way.

Features

Well, the whole point of this site is simple, a url shortener. Not too many features implemented yet, but for now here is what you can do:

  • Shorten long URLs

The base URL is https://8urly.com/api/create

Authenthication

This service uses an API key in the request header to authenthicate API requests. To get an API key, fill the form below:

When making requests, ensure to add your API Key. Below is an example request

Curl

curl -L -H 'Authorization: API {API_KEY}' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"url": "INSERT_URL_TO_SHORTEN_HERE"}' -X POST https://8urly.com/api/create