HTTP 413
payload_too_large
The request body exceeded the upload size limit.
How to resolve
Reduce file size or field payload. File uploads must use multipart/form-data. See https://formsreach.com/docs/submit-api/file-uploads/
JSON envelope
{
"data": null,
"status": "failure",
"error": {
"type": "https://formsreach.com/errors/payload_too_large",
"title": "Payload Too Large",
"status": 413,
"code": "payload_too_large",
"detail": "The request body exceeded the upload size limit.",
"hint": "Reduce file size or field payload. File uploads must use multipart/form-data. See https://formsreach.com/docs/submit-api/file-uploads/"
},
"meta": {
"requestId": "req_example",
"docs": "https://formsreach.com/errors/payload_too_large/"
}
}Machine copy: /errors/payload_too_large.json · OpenAPI · Developers