# Gyazo API **Provider:** Gyazo **Category:** storage **Base URL:** `https://gyazo.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Not officially published **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://gyazo.com/api/docs ## Description Gyazo is the easiest way to record screenshots & videos you can share instantly. Save time with async visual communication that's effortless and engaging. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://gyazo.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://gyazo.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: unlimited public screenshots. Pro $3.99/mo for API access and private images. --- *Source: [API Map](https://apimap.dev/apis/gyazo/) — CC BY 4.0*