Too large

HTTP 413 · too-large← all Webpath errors

The body, or the combined result, exceeds the size cap.

How to recover. Send a smaller body, or split the file.

Example response

{
  "type": "https://muse.as/a/webpath/errors/too-large",
  "title": "Too large",
  "status": 413,
  "detail": "Send a smaller body, or split the file."
}

This page documents the too-large error type returned in Webpath RFC 7807 application/problem+json responses. The machine-readable detail field carries a recovery hint you can show a user verbatim — see the Spec §12 and API Reference.