API DOCS
Renders, as an API.
Pro plans include API access. Calls share your 300/month Pro pool — metered automatically, overage billing lands later.
POST /api/screenshot
curl -X POST /api/screenshot \
-H "Content-Type: application/json" \
-H "X-API-Key: mkt_..." \
-d '{"url": "example.com", "device": "desktop"}' \
--output shot.jpg- url
- Required. Scheme optional — example.com works.
- device
- desktop (default) · tablet · phone.
- fullPage
- Optional boolean — full scroll height instead of viewport.
- returns
- JPEG bytes + X-Mockit-Quota-Remaining header. 401 bad key · 403 free key · 429 over quota.