Skip to main content

/api/v1/upload/chunk/upload

caution

This endpoint requires authentication using an API key.

POST: upload a chunk

Headers

  • Authentication: API-KEY-HERE
  • Content-Type: multipart/form-data

Body

FieldTypeRequiredDescription
fileBlobThe chunk you want to upload
partial-file-idstringThe partialFileHandler instance id

204 (No Content)

An empty response should be returned if the request was successful.