freeapis

CleanURI

URL shortener service

Authentication
No auth
HTTPS
Yes
CORS
Yes
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.

More in URL Shorteners

APIAuthHTTPSCORS
1pt

A simple URL shortener

No authYesYes
Bitly

URL shortener and link management

OAuthYesUnknown
ClickMeter

Monitor, compare and optimize your marketing links

API KeyYesUnknown
Clico

URL shortener service

API KeyYesUnknown
Cutt.ly

URL shortener service

API KeyYesUnknown