Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 301 Bytes

File metadata and controls

14 lines (10 loc) · 301 Bytes

Request Body Size Limit

All JSON and URL-encoded requests are limited to 10mb by default.
Requests exceeding this limit will return:

Status: 413 Payload Too Large

Response Body:

{
  "error": "Payload Too Large",
  "message": "Request exceeds the maximum size of 10mb"
}