Document

Batch Gets Documents from a DocumentCollection

POST
Returns Documents from a DocumentCollection specified by UUID or ID.

Path parameters

collectionNamestringRequired
Name of the Document Collection

Request

This endpoint expects an object.
document_ids
list of stringsOptional
uuids
list of stringsOptional

Response

This endpoint returns a list of objects
content
stringOptional
created_at
stringOptional
document_id
stringOptional
embedding
list of doublesOptional
is_embedded
booleanOptional
metadata
map from strings to anyOptional
updated_at
stringOptional
uuid
stringOptional

Errors