Files
Upload completed
Confirms that files from an upload init actually reached storage, verifying for each one that the object exists and that its size and hash match what was declared, then starts processing: images (png, gif, jpg, jpeg, heic, svg, webp) are moved to their final location right away, everything else is queued for malware scanning in the background. Ids must be unique, belong to this tenant, still be awaiting completion, and have been initiated by the same caller.
POST
/api/{tenant:minlength(2)}/v{version:apiVersion}/files/upload_completed
Request arguments
| Name | Type | Source |
|---|---|---|
| inputs | DTO_file_upload_completed[] | Body |
Request body example
Response
Response body example
DTO_file_upload_completed
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| file_id | Int32 | File id |
DTO_acknowledgement
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| message | String | Message |
Generated Aug 4, 2026 18:37