Authorizations
Input your token
Headers
Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.
"copiloteu"
Path Parameters
The unique identifier of the interaction. Must be a valid UUID.
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
Query Parameters
The thread ID representing the context for the request. Must be a valid UUID.
Body
The text-based query from the user.
"What are the key points from the latest guidelines?"
A specific document or focus context for the query.
"doc123"
A list of additional focus contexts or documents.
["doc456", "doc789"]
Response
SSE streaming response with results from multiple tools. The initial response includes a thread ID for continuing the conversation. (text/event-stream
)