Generate a briefing on-demand via Server-Sent Events streaming.
answer_piece values from answer events to build the full briefing content.
conversation_id from the first conversation event. Pass it as conversation_id in a subsequent request to ask follow-up questions about the generated briefing.
organization_id, user_id, and user_email in the request body to specify which user the briefing is generated for.Briefing topic or question
Optional ticker symbols for context
Continue an existing conversation
Organization ID for platform API keys
User ID for platform API keys
User email for platform API keys
SSE stream of briefing events. Each event is sent as data: {json}\n\n. Events follow the sequence: conversation → message → status:start → [agentic loop] → answer → status:finish. keepalive events are sent every ~30s.