Skip to main content
POST

Overview

Adds documents to a collection by ID. Documents already in the collection are silently skipped.

Request

id
string
required
Collection ID (col-...) or collection name.
document_ids
string[]
required
Array of document IDs to add. Must contain at least one ID.

Response (200)