Skip to main content

request_body_too_large

HTTP Status: 413 Category: Wire

When you see this

Request body exceeds the per-endpoint size limit.

How to fix it

Split the payload. Media uploads use the dedicated multipart endpoints; large batches use streaming.

Example response

{
"error": {
"code": "request_body_too_large",
"message": "Request body exceeds the per-endpoint size limit.",
"hint": null,
"doc_url": "https://docs.valara.cloud/api-reference/errors/request_body_too_large",
"request_id": "req_01H...",
"details": {
"errors": [],
"field_count": 0
}
}
}