Uploads

Initiate file upload

post

Initiate a file upload. This endpoint can be used to create resumable uploads.

Authorizations
Query parameters
filenamestringOptional

The name of the file.

temporarybooleanOptional

When uploading temporary files, set the parameter to true.

Responses
post
POST /api/blobs/uploads HTTP/1.1
Host: hostname:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*

No content

Was this helpful?