Create screenshot
bannerbear_create_screenshotCapture a screenshot of a web page (additive; CONSUMES API quota). Async by default: returns a pending screenshot to poll. Set synchronous:true to block and receive the finished screenshot via the sync host. API: POST /v2/screenshots.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public URL of the web page to screenshot. | |
| width | No | Viewport width in pixels. | |
| height | No | Viewport height in pixels. | |
| mobile | No | Render with a mobile viewport. | |
| synchronous | No | When true, POST to the sync host and wait for the completed screenshot. Default false (202 pending). | |
| webhook_url | No | URL Bannerbear will POST the finished screenshot to when done. |