Back to API Docs
Files
Upload, manage, and search files in your knowledge base. Files are automatically processed for text extraction and vectorization.
Endpoints (5)
GET
List files
/knowledgeReturns a paginated list of files in the knowledge base.
POST
Upload file
/knowledgeUploads a file to the knowledge base. Files are automatically processed for text extraction and vectorization.
GET
Get file
/knowledge/{file_id}Returns file metadata by ID.
DELETE
Delete file
/knowledge/{file_id}Deletes a file from the knowledge base (soft delete).
GET
Get file content
/knowledge/{file_id}/contentReturns the extracted text content of a file.