Skip to content

Push upload chunk

POST
/api/uploads/{id}

Appends a raw binary chunk to an in-progress upload session.

Authorizations

Token

Format: token <value>. Types: user (session) or uploader (API token).

Type
API Key (header: Authorization)

Parameters

Path Parameters

id*
Type
string
Required

Responses

OK

application/json
JSON
{
  
"id": "string",
  
"createdAt": "string",
  
"updatedAt": "string",
  
"currentBytes": "string",
  
"totalBytes": "string",
  
"status": null
}

Playground

Server
Authorization
Variables
Key
Value

Samples