Response Headers

HTTP headers returned with every API response.

HeaderDescription
X-Request-IdUnique ID for this request. Include it when contacting support.
X-Response-TimeTotal capture duration in milliseconds.
X-CacheHIT if served from cache, MISS if freshly captured.
X-RateLimit-LimitRequests allowed per minute on your plan.
X-RateLimit-RemainingRequests remaining this minute.
X-Page-TitlePage title (binary mode, when metadata_page_title=true).
X-Image-Width / X-Image-HeightOutput dimensions in pixels (binary mode, when metadata_image_size=true).
X-Source-Status-CodeHTTP status code returned by the target page (binary mode, when metadata_http_response_status_code=true).
Content-TypeMIME type of the response body.
Retry-AfterSeconds before retrying (on 429 responses).

Response

HTTP/2 200 OK
Content-Type: image/png
X-Request-Id: 197
X-Response-Time: 1840
X-Cache: MISS
X-RateLimit-Limit: 60
X-RateLimit-Remaining: 47