file-too-large
HTTP 413 Payload Too Large
The uploaded file is larger than this endpoint accepts. Nothing is stored.
Triggers
- Files:
POST /v1/files/uploadandPUT /v1/files/:idenforce the maximum file size of your plan. - DPP documents:
POST /v1/dpp/:id/documentsenforces the maximum document size of your plan. - Product images:
POST /v1/dpp/:id/imagesaccepts images up to 10 MB on every plan. - Code import:
POST /v1/codes/importaccepts files up to 5 MB on every plan.
Distinction
What each plan allows is listed under Plan limits & notifications. Too many files per QR code or documents per DPP answers plan-limit; too much storage in total answers storage-limit-exceeded.
{ "type": "https://docs.qr3.app/errors/file-too-large", "title": "Payload Too Large", "status": 413, "detail": "File exceeds plan limit of 26214400 bytes"}