Single-shot Q&A over project knowledge
Single-shot Q&A over project knowledge
Stateless query endpoint — does not persist a chat history. Use this for one-off questions. For multi-turn conversation, use POST /chat instead.
Authentication
AuthorizationBearer
Pyramid API key (prefix with “Bearer ”)
Request
This endpoint expects an object.
project_id
query
max_sources
response_format
Allowed values:
response_schema
JSON schema for structured output (required when response_format=json)
search_scope
Allowed values:
Response
Query result
request_id
Server-generated per-request UUID. Also sent as X-Request-Id response header. Include in support tickets.
success
data
pagination
Present only on list endpoints. Top-level (not nested inside data).
Errors
400
Bad Request Error
401
Unauthorized Error