← Back to Dashboard

CleanURI

URL ShortenersActiveUnknownAuth: NoneDoc: HTML
Visit Website ↗

Description

URL shortener service

✨ AI Summary

CleanURI is a simple URL shortener service providing an API to generate short links from long URLs.

Code Example

import requests

url = "https://cleanuri.com/api/v1/shorten"
long_url = "https://google.com/"
payload = {'url': long_url}

response = requests.post(url, data=payload)
print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)