This node facilitates secure file uploads via PUT/POST endpoints. All uploads are channeled through the central gateway for validation before processing.
500MB per individual request (chunked upload enabled)
application/pdf, image/png, image/jpeg, application/vnd.ms-excel, text/csv
X-Upload-Session-ID: required for multi-part transfers
All requests must include valid API key in the X-API-Key header. Failed authentication returns 401 Unauthorized.
| HTTP Status | Condition | Description |
|---|---|---|
| 200 OK | Upload Complete | File processed successfully |
| 202 Accepted | Asynchronous Processing | Job queued for background processing |
| 400 Bad Request | Invalid Payload | Invalid content type or size |
| 413 Payload Too Large | Size Exceeded | Payload exceeds 500MB limit |
Each upload session is valid for 4 hours. Expired sessions require re-initialization.