# Tiny.cc API **Provider:** Tiny.cc **Category:** ai **Base URL:** `https://tiny.cc` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 250 links/month (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://tiny.cc/api-docs ## Description Easy-to-use URL shortener. Supports custom short link ending. | N/A | ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://tiny.cc/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://tiny.cc' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 250 custom links/month. Pro $5/mo (1,000 custom links). URL shortener. --- *Source: [API Map](https://apimap.dev/apis/tiny-cc/) — CC BY 4.0*