# Cutt.ly API **Provider:** Cutt.ly **Category:** developer **Base URL:** `https://cutt.ly` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 25 links/day (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://cutt.ly/api-documentation/cuttly-links-api ## Description URL shortener service ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://cutt.ly/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://cutt.ly' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 25 links/day. Pro $25/yr (monthly plan). URL shortener with analytics. --- *Source: [API Map](https://apimap.dev/apis/cutt-ly/) — CC BY 4.0*