/screenshot
POST/screenshot
Returns a screenshot binary from a url or html payload.
"url" or "html" payload in your request. Many options exist including
cookies, user-agents, setting timers and network mocks.
Note: This is the preferred endpoint. The /chromium/screenshot route is equivalent.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 408
- 429
- 500
- 503
Response can either be a text/plain base64 encoded body or a binary stream with png/jpeg as a content-type
The request contains errors or didn't properly encode content.
The request is missing, or contains bad, authorization credentials.
The request targets a destination that is not allowed.
Resource couldn't be found.
The request took has taken too long to process.
Too many requests are currently being processed.
An internal error occurred when handling the request.
Service is unavailable.