413 Payload Too Large

4xx Client Error. The request body is larger than the server is willing or able to process.

4xx Client Error

What it means

The request body is larger than the server is willing or able to process.

Common causes

Uploading a file or sending a request body that exceeds the server's configured size limit.

How to fix it

Reduce the file or payload size, or check with the API provider for their maximum allowed size.

Frequently asked questions

What does HTTP 413 mean?

The request body is larger than the server is willing or able to process.

What causes a 413 Payload Too Large?

Uploading a file or sending a request body that exceeds the server's configured size limit.

How do I fix a 413 error?

Reduce the file or payload size, or check with the API provider for their maximum allowed size.

Other 4xx Client Error codes