curl https://api.tapkit.ai/v1/jobs/$JOB_ID/download \
-H "X-API-Key: $TAPKIT_API_KEY" \
-o screen.png
Jobs
Download screenshot
Fetch the image from an async screenshot
GET
/
jobs
/
{job_id}
/
download
curl https://api.tapkit.ai/v1/jobs/$JOB_ID/download \
-H "X-API-Key: $TAPKIT_API_KEY" \
-o screen.png
Returns the PNG captured by a screenshot requested with
?async=true. Returns 404 DATA_NOT_FOUND if the image isn’t available yet.
string
required
The
job_id returned by the screenshot request.curl https://api.tapkit.ai/v1/jobs/$JOB_ID/download \
-H "X-API-Key: $TAPKIT_API_KEY" \
-o screen.png