Files
Upload File To Folder
POST/v1/folders/{folder_id}/upload
List Files For Folder
GET/v1/folders/{folder_id}/files
Retrieve File
GET/v1/folders/{folder_id}/files/{file_id}
Delete File From Folder
DELETE/v1/folders/{folder_id}/{file_id}
ModelsExpand Collapse
FileUploadResponse object { id, source_id, chunks_embedded, 13 more }
FileUploadResponse object { id, source_id, chunks_embedded, 13 more }
Representation of a single FileMetadata
Deprecatedsource_id: string
Deprecatedsource_id: string
Deprecated: Use folder_id field instead. The unique identifier of the source associated with the document.
content: optional string
content: optional string
Optional full-text content of the file; only populated on demand due to its size.
FileListResponse object { id, source_id, chunks_embedded, 13 more }
FileListResponse object { id, source_id, chunks_embedded, 13 more }
Representation of a single FileMetadata
Deprecatedsource_id: string
Deprecatedsource_id: string
Deprecated: Use folder_id field instead. The unique identifier of the source associated with the document.
content: optional string
content: optional string
Optional full-text content of the file; only populated on demand due to its size.
FileRetrieveResponse object { id, source_id, chunks_embedded, 13 more }
FileRetrieveResponse object { id, source_id, chunks_embedded, 13 more }
Representation of a single FileMetadata
Deprecatedsource_id: string
Deprecatedsource_id: string
Deprecated: Use folder_id field instead. The unique identifier of the source associated with the document.
content: optional string
content: optional string
Optional full-text content of the file; only populated on demand due to its size.
Skip to content