# Content Too Large

The provided request body is too large.

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "request_body_too_large",
    "detail": "The provided request body is too large.",
    "documentation_url": "https://developer.paddle.com/errors/shared/request_body_too_large"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 413 |
| Error code | `request_body_too_large` |
| Error message | The provided request body is too large. |

## Common causes

- The provided request body is too large.

## Common solutions

- Limit the size of the custom data in the request.
- Ensure you are correctly generating the request body.
