DocsAPI ReferenceCookbookConsole
REST API Reference
Chat completions
Create new response
new
Retrieve previous response
new
Delete previous response
new
Messages (Anthropic compatible)
Image generations
API key
List models
Get model
List language models
Get language model
List image generation models
Get image generation model
Tokenize text
Get deferred chat completions
Completions (legacy)
Completions (Anthropic compatible - legacy)
gRPC Reference
Chat
Image
Models
Auth Service
Raw Sampling of a Language Model
Collections API Reference
Collection Management
Search in Collections
Files API Reference
List files
Batch upload files
Complete a batch upload file session and process uploaded files
Get file metadata
Delete a file
Update a file's metadata or content
Download a file
Initialize a file upload
Upload a file in chunks
Management API Reference
Accounts and Authorization
Billing Management
Audit Logs
new
Loading...

Files API Reference

Files API Reference


List files

/v1/files


Upload a file

/v1/files


Batch upload files

/v1/files/batch_upload


Complete a batch upload file session and process uploaded files

/v1/files/batch_upload/{batch_job_id}:complete


Get file metadata

/v1/files/{file_id}


Delete a file

/v1/files/{file_id}


Update a file's metadata or content

/v1/files/{file_id}


Download a file

/v1/files:download


Initialize a file upload

/v1/files:initialize


Upload a file in chunks

/v1/files:uploadChunks