Skip to main content

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

Upload successful