CleanURI
URL shortener service
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- Yes
- Category
- URL Shorteners
- Documentation / URL
- https://cleanuri.com/docs
Overview
CleanURI shortens URLs — keyless, POST-only (GET returns 405, verified).
Quick Start
Shorten (POST with JSON body):
curl -X POST "https://cleanuri.com/api/v1/shorten" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com"}'
{ "result_url": "https://cleanuri.com/abc123" }
Authentication
None — keyless.
Rate Limits & Notes
- Free; be polite — no hard published limit.
- POST required (GET → 405, verified).
FAQ
Is CleanURI free? Yes — free and keyless.
Why 405? The API is POST-only (verified).
What does it return? A shortened URL.