> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tapkit.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Download screenshot

> Fetch the image from an async screenshot

Returns the PNG captured by a [screenshot](/api-reference/screenshot) requested with `?async=true`. Returns `404 DATA_NOT_FOUND` if the image isn't available yet.

<ParamField path="job_id" type="string" required>
  The `job_id` returned by the screenshot request.
</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl https://api.tapkit.ai/v1/jobs/$JOB_ID/download \
    -H "X-API-Key: $TAPKIT_API_KEY" \
    -o screen.png
  ```
</RequestExample>
