# Browshot API **Provider:** Browshot **Category:** developer **Base URL:** `https://browshot.com` **Auth:** api-key โ€” `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 2 req/s (free) ยท 10 req/s (paid) **Free Tier:** Yes โ€” available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://browshot.com/api/documentation ## Description Easily make screenshots of web pages in any screen size, as any device ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://browshot.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://browshot.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Website screenshot API. Free: 100 credits. Starter $14.95/mo (2K credits). Business $49.95/mo (8K credits). Enterprise $99.95/mo (25K credits). --- *Source: [API Map](https://apimap.dev/apis/browshot/) โ€” CC BY 4.0*