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
- 201
- 400
- 404
- 409
- 410
File uploaded successfully
Missing content
Upload token not found
Upload token already used
Upload token expired