Send a question and receive a streaming SSE response
Documentation Index
Fetch the complete documentation index at: https://docs.textql.com/llms.txt
Use this file to discover all available pages before exploring further.
API key or JWT token
Server-Sent Events stream
SSE stream with JSON data payloads. Event types:
{"type":"metadata","id":"...","created_at":"...","model":"...","chat_id":"...","is_continuation":bool}{"type":"text","text":"..."}{"type":"asset","asset":{...}}{"type":"done","status":"completed|failed","error":"..."}