Skip to content

Upload File Proxy

POST
/files/{file_id}/upload

Proxy endpoint for file uploads when clients cannot access S3 directly.
This endpoint mimics S3 presigned POST behavior, accepting form data with the file blob.

Authorizations

HTTPBearer

Use your API token

Type
HTTP (bearer)

Parameters

Path Parameters

file_id*
Type
string
Required
Format
"uuid"

Request Body

multipart/form-data
object
Format"binary"

Responses

Successful Response

application/json
object

Empty response body

Samples

Powered by VitePress OpenAPI