ApiFlash integration (Developer Tools, Design & Media). Imported from open-connector.
https://api.apiflash.com/v1/urltoimage
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | required | The complete website URL to capture, including the protocol. |
| fresh | boolean | optional | Whether ApiFlash should bypass the cache and capture a fresh screenshot. |
| ttl | integer | optional | The screenshot cache lifetime in seconds, from 0 to 2592000. |
| full_page | boolean | optional | Whether to capture the entire scrollable page instead of only the viewport. |
| scroll_page | boolean | optional | Whether ApiFlash should scroll the page before capture to trigger lazy-loaded c… |
| width | integer | optional | The viewport width in pixels. |
| height | integer | optional | The viewport height in pixels. This is ignored when `full_page` is true. |
| delay | integer | optional | The delay in seconds to wait after load before capturing the screenshot. |
| wait_for | string | optional | A CSS selector that must match an element before the screenshot is captured. |
| wait_until | string | optional | The page load condition ApiFlash should wait for before capturing. |
| element | string | optional | A CSS selector for capturing only the first matching element. |
| element_overlap | boolean | optional | Whether to keep overlapping elements when capturing a targeted element. |
| format | string | optional | The screenshot image format. |
| quality | integer | optional | The screenshot quality between 0 and 100 for jpeg or webp output. |
| transparent | boolean | optional | Whether to capture the screenshot with transparency enabled when using png outp… |
| extract_html | boolean | optional | Whether ApiFlash should also return a URL for the extracted HTML. |
| extract_text | boolean | optional | Whether ApiFlash should also return a URL for the extracted plain text. |
| accept_language | string | optional | The Accept-Language header value used when rendering the target page. |
| user_agent | string | optional | The User-Agent string used when rendering the target page. |
| headers | string | optional | A semicolon-separated header list such as `Header1=value1;Header2=value2`. |
| cookies | string | optional | A semicolon-separated cookie list such as `name1=value1;name2=value2`. |
| fail_on_status | string | optional | A comma-separated list or range of HTTP status codes that should fail the captu… |
| no_ads | boolean | optional | Whether ApiFlash should block popular ad networks during capture. |
| no_tracking | boolean | optional | Whether ApiFlash should block common tracking scripts during capture. |
| no_cookie_banners | boolean | optional | Whether ApiFlash should hide cookie banners and popups during capture. |
/v1/urltoimage/quota