For the complete documentation index, see llms.txt. This page is also available as Markdown.

Uploads

Initiate file upload

post

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

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
filenamestringOptional

The name of the file.

temporarybooleanOptional

When uploading temporary files, set the parameter to true.

Responses
202

Accepted

post/blobs/uploads

No content

Was this helpful?