Skip to main content

Get Upload by ID

Response (200):

List Tenant Uploads

Returns all tenant uploads, ordered by creation date.

Update Status

Body:

Delete Upload

Removes the file from storage and the database record. Response: 200 OK

Cleanup Orphaned Uploads

Removes uploads with PENDING status older than the specified number of hours.

Public File Access

Files can be accessed publicly through the media proxy:
The proxy sets the following headers:
  • Content-Type: file MIME type
  • Cache-Control: public, max-age=86400 (24 hours)
  • Access-Control-Allow-Origin: *