Agentic LLM response (streaming)
Agentic RAG
Agentic Answer (Streaming)
Same retrieval pipeline as POST /answer, but streams the GPT-4o response token-by-token via Server-Sent Events.
Filtering options (mutually exclusive; most specific wins):
accession_number— pin to a single SEC filingtranscript_doc_id— pin to a single earnings call transcriptexhibit_doc_id— pin to a single press release or investor exhibitcik/company_name— scope to all filings for a company
When a document-scope filter is set, web/news retrieval is skipped.
Event types (each line: data: <JSON>):
{"type": "sources", "sources": [...]}— emitted first, before any tokens{"type": "token", "token": "..."}— one per GPT-4o output token{"type": "done"}— signals end of stream{"type": "error", "detail": "..."}— if something goes wrong mid-stream
Set Accept: text/event-stream and read the response as an SSE stream.
POST
Agentic LLM response (streaming)
Documentation Index
Fetch the complete documentation index at: https://docs.ivory.finance/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
application/json
Response
Successful Response

