Document

Creates Multiple Documents in a DocumentCollection

POST
Creates Documents in a specified DocumentCollection and returns their UUIDs.

Path parameters

collectionNamestringRequired
Name of the Document Collection

Request

This endpoint expects a list of objects.
content
stringRequired
document_id
stringOptional
metadata
map from strings to anyOptional

Response

This endpoint returns a list of strings

Errors