Skip to main content
POST

Overview

Queries all documents in a collection using natural language. Supports optional streaming for real-time responses.

Request

id
string
required
Collection ID (col-...) or collection name.
query
string
required
Natural-language question to ask across the collection.
stream
boolean
When true, returns a streaming SSE response. Default false.

Response (200)