# Imgur API **Provider:** Imgur **Category:** developer **Base URL:** `https://api.imgur.com` **Auth:** api-key โ€” `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 12,500 uploads/day ยท 1,250 req/hour **Free Tier:** Yes โ€” available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.imgur.com/ ## Description Imgur's API exposes the entire Imgur infrastructure via a standardized programmatic interface. | N/A | ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.imgur.com/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://api.imgur.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 12,500 uploads/day, 1,250 req/hour. Mashape/RapidAPI plans for commercial. --- *Source: [API Map](https://apimap.dev/apis/imgur/) โ€” CC BY 4.0*