Documents
List documents
Update document
Bulk delete documents
Upload a file
Batch add documents
Get processing documents
ModelsExpand Collapse
class DocumentListResponse: …List of documents
List of documents
memories: List[Memory]
Optional ID of connection the document was created from. This is useful for identifying the source of the document.
Optional custom ID of the document. This could be an ID from your database that will uniquely identify this document.
metadata: Union[str, float, bool, 3 more]Optional metadata for the document. This is used to store additional information about the document. You can use this to store any additional information you need about the document. Metadata can be filtered through. Keys must be strings and are case sensitive. Values can be strings, numbers, or booleans. You cannot nest objects.
Optional metadata for the document. This is used to store additional information about the document. You can use this to store any additional information you need about the document. Metadata can be filtered through. Keys must be strings and are case sensitive. Values can be strings, numbers, or booleans. You cannot nest objects.
class DocumentGetResponse: …Document object
Document object
Optional ID of connection the document was created from. This is useful for identifying the source of the document.
The content to extract and process into a document. This can be a URL to a website, a PDF, an image, or a video.
Plaintext: Any plaintext format
URL: A URL to a website, PDF, image, or video
We automatically detect the content type from the url’s response format.
Optional custom ID of the document. This could be an ID from your database that will uniquely identify this document.
metadata: Union[str, float, bool, 3 more]Optional metadata for the document. This is used to store additional information about the document. You can use this to store any additional information you need about the document. Metadata can be filtered through. Keys must be strings and are case sensitive. Values can be strings, numbers, or booleans. You cannot nest objects.
Optional metadata for the document. This is used to store additional information about the document. You can use this to store any additional information you need about the document. Metadata can be filtered through. Keys must be strings and are case sensitive. Values can be strings, numbers, or booleans. You cannot nest objects.
task_type: Literal["memory", "superrag"]Task type: “memory” (default) for full context layer with SuperRAG built in, “superrag” for managed RAG as a service.
Task type: “memory” (default) for full context layer with SuperRAG built in, “superrag” for managed RAG as a service.
class DocumentListProcessingResponse: …List of documents currently being processed
List of documents currently being processed
documents: List[Document]
Optional custom ID of the document. This could be an ID from your database that will uniquely identify this document.
metadata: Union[str, float, bool, 3 more]Optional metadata for the document. This is used to store additional information about the document. You can use this to store any additional information you need about the document. Metadata can be filtered through. Keys must be strings and are case sensitive. Values can be strings, numbers, or booleans. You cannot nest objects.
Optional metadata for the document. This is used to store additional information about the document. You can use this to store any additional information you need about the document. Metadata can be filtered through. Keys must be strings and are case sensitive. Values can be strings, numbers, or booleans. You cannot nest objects.