# Is.gd API **Provider:** Is.gd **Category:** ai **Base URL:** `https://is.gd` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://is.gd/developers.php ## Description Simple URL shortener. Supports custom short link ending. | N/A | ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://is.gd/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://is.gd' ``` ## Sample Response ```json {} ``` ## Pricing Details Free and open URL shortener. No paid tiers; no API key required. --- *Source: [API Map](https://apimap.dev/apis/is-gd/) — CC BY 4.0*