You're looking at a specific version of this model. Jump to the model overview.
ayushunleashed /screenshot-kit:b1e1f27f
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
|
Capture mode
|
| device |
None
|
desktop
|
Viewport size preset
|
| image_format |
None
|
png
|
Screenshot image format
|
| wait_until |
None
|
load
|
Page load strategy
|
| url |
string
|
https://stripe.com
|
Website URL to capture
|
| width |
integer
|
Custom viewport width (only when device='custom')
|
|
| height |
integer
|
Custom viewport height (only when device='custom')
|
|
| full_page |
boolean
|
False
|
Capture full scrollable page
|
| wait_time |
number
|
Min: 0.1 |
Wait duration in seconds (when wait_until='time')
|
| scroll_speed |
number
|
300
Min: 50 |
Scroll speed in pixels per second
|
| image_quality |
integer
|
Min: 1 Max: 100 |
Image quality for JPEG/WebP (1-100)
|
| video_duration |
number
|
10
Min: 0.1 Max: 30 |
Video recording duration in seconds
|
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'}