
Browshot is a public API providing easily make screenshots of web pages in any screen size, as any device.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://browshot.com/api/documentation | Primary API endpoint. |
curl -X GET "https://browshot.com/api/documentation" \ -H "Accept: application/json"