All errors

request_body_too_large

The request body exceeds the maximum accepted size.

client validationHTTP 413terminalnever billed

Common causes

  • · The request body is over 100 MiB.

What to do

  • · Split a large bulk batch into several calls.
  • · Reference images by URL instead of inlining them as data URIs.

Response shape

HTTP 413
{
  "is_successful": false,
  "error_code": "request_body_too_large",
  "error_message": "The request body exceeds the maximum accepted size.",
  "documentation_url": "https://api.pagecapture.dev/docs/errors/request_body_too_large",
  "request_id": "req_01..."
}