API Reference
Update Document File
Update a document with content from a file using the specified strategy.
Args: document_id: ID of the document to update file: File to add to the document metadata: JSON string of metadata to merge with existing metadata rules: JSON string of rules to apply to the content update_strategy: Strategy for updating the document (default: ‘add’) use_colpali: Whether to use multi-vector embedding
Returns: Document: Updated document metadata
POST
Headers
Path Parameters
Query Parameters
Body
multipart/form-data
Response
200
application/json
Successful Response
Represents a document stored in MongoDB documents collection
Information about a file stored in storage