Skip to main content

Upload a file using an upload token

POST 

/api/v1/files/upload/:token

Uploads file content authorized by a single-use token from POST /api/v1/files/presigned-url. No bearer credential is required — the token is the credential. Accepts either multipart/form-data (field file) or JSON with a base64-encoded content field.

Request

Responses

File uploaded successfully