# Imgbb API **Provider:** Imgbb **Category:** storage **Base URL:** `https://api.imgbb.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.imgbb.com/ ## Description Free image hosting and sharing service, upload pictures, photo host. Offers integration solutions for uploading images to forums. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.imgbb.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://api.imgbb.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free and open image hosting API. No paid API tiers; 16 MB limit per image. --- *Source: [API Map](https://apimap.dev/apis/imgbb/) — CC BY 4.0*