Batch Gets Documents from a DocumentCollection

Returns Documents from a DocumentCollection specified by UUID or ID.

Path parameters

collectionNamestringRequired

Name of the Document Collection

Headers

AuthorizationstringRequired

Header authentication of the form Api-Key <token>

Request

This endpoint expects an object.
document_idslist of stringsOptional
uuidslist of stringsOptional

Response

OK

contentstringOptional
created_atstringOptional
document_idstringOptional
embeddinglist of doublesOptional
is_embeddedbooleanOptional
metadatamap from strings to anyOptional
updated_atstringOptional
uuidstringOptional

Errors