Perform a file upload
POST/api/v4/uploads/:upload_id
Starts or resumes a file upload.
To resume an existing (incomplete) upload, data should be sent starting from the offset specified in the upload session object.
The request body can be in one of two formats:
- Binary file content streamed in request's body
- multipart/form-data
Permissions
Must be logged in as the user who created the upload session.
Request
Responses
- 201
- 204
- 400
- 401
- 403
- 413
- 501
Upload successful
Upload incomplete
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Content too large
Feature is disabled