cURL
curl --request POST \ --url https://api.crawlkit.com/v1/crawl/screenshot \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "url": "<string>", "options": { "width": 1920, "height": 1080, "timeout": 30000, "waitForSelector": "<string>" } } '
{ "success": true, "data": { "url": "<string>", "width": 123, "height": 123, "timing": { "total": 123 }, "creditsUsed": 123, "creditsRemaining": 123 } }
Takes a full-page screenshot and uploads it. Returns the public URL of the screenshot. Costs 1 credit.
API key with 'ApiKey ' prefix (e.g., ApiKey ck_...)
URL to screenshot
Show child attributes
Default Response
true
false
Was this page helpful?