You're looking at a specific version of this model. Jump to the model overview.
ayushunleashed /screenshot-kit:03e1b370
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
| Field | Type | Default value | Description |
|---|---|---|---|
| action |
None
|
screenshot
|
Action to perform
|
| device |
None
|
desktop
|
Device preset for viewport
|
| format |
None
|
png
|
Image format for screenshots
|
| wait_until |
None
|
load
|
When to consider page loaded
|
| url |
string
|
URL to capture
|
|
| width |
integer
|
Custom viewport width (required if device='custom')
|
|
| height |
integer
|
Custom viewport height (required if device='custom')
|
|
| quality |
integer
|
Min: 1 Max: 100 |
Quality for jpeg/webp (1-100)
|
| duration |
number
|
10
Min: 0.1 Max: 30 |
Video duration in seconds (max 30)
|
| full_page |
boolean
|
False
|
Capture full scrollable page (screenshot only)
|
| wait_time |
integer
|
Wait time in ms (required if wait_until='time')
|
|
| scroll_speed |
number
|
300
Min: 50 |
Scroll speed in pixels per second ( for videos )
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}