HTTP 413 Content Too Large
Client ErrorThe request body exceeds the size limit set by the server.
Common Causes
- Uploading a file that exceeds the maximum allowed size
- Sending a request body larger than the server limit
- Batch request with too many items
How to Fix
- Reduce the size of the request body or file
- Compress the payload before sending
- Split large uploads into smaller chunks
- Check server documentation for size limits
Related Status Codes
Need to look up other HTTP status codes?
View the Full HTTP Status Code Reference