Read the file upload size ceilings
The three ceilings file upload applies, so your client can refuse an oversized file before sending it. Deployment configuration: the figures the refusal uses.
GET
The three ceilings Upload files applies. Read them once at start-up and check a file against them in your own interface, so a user who picks a file that is too large is told immediately instead of after the upload has finished.
These are deployment configuration, not per-organisation settings: every caller in a deployment reads the same three figures, and they are the same figures the refusal uses, so a client that checks against them and a server that enforces them cannot disagree.
Any authenticated caller in the organisation may read them.
Response
integer
required
The largest single file accepted. A file over it is refused by ingestion.
integer
required
The most files accepted in one upload.
integer
required
The largest whole upload body, across every part. A request over it is refused with
413.Last modified on September 27, 2026