Generate Briefing
Briefing
Generate Briefing
Generate a briefing on-demand via Server-Sent Events streaming.
POST
Generate Briefing
Generate a briefing on-demand via Server-Sent Events streaming. The response format follows the same SSE event structure as the Analytics SSE endpoint.Documentation Index
Fetch the complete documentation index at: https://docs.linqalpha.com/llms.txt
Use this file to discover all available pages before exploring further.
Event Flow
answer_piece values from answer events to build the full briefing content.
Follow-up Questions
Save theconversation_id from the first conversation event. Pass it as conversation_id in a subsequent request to ask follow-up questions about the generated briefing.
Authentication
For platform API keys, you can optionally passorganization_id, user_id, and user_email in the request body to specify which user the briefing is generated for.Authorizations
Body
application/json
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
Response
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.