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
Requiredstring
Responses
OK
application/json
JSON "id": "string", "createdAt": "string", "updatedAt": "string", "currentBytes": "string", "totalBytes": "string", "status": null
{
}
