All errors

access_key_invalid

The provided access key is not valid.

client authHTTP 400terminalnever billed

Common causes

  • · The key was revoked.
  • · The key belongs to a deleted organization.
  • · A stale key is still deployed.

What to do

  • · Check the key prefix against the dashboard.
  • · Create a new key and roll it out.
  • · Confirm the header name is exactly X-Access-Key.

Response shape

HTTP 400
{
  "is_successful": false,
  "error_code": "access_key_invalid",
  "error_message": "The provided access key is not valid.",
  "documentation_url": "https://api.pagecapture.dev/docs/errors/access_key_invalid",
  "request_id": "req_01..."
}