Skip to main content
POST
/
v1
/
deep_research
/
sse
Generate a deep research response from the LinqAlpha engine via SSE
curl --request POST \
  --url https://api.linqalpha.com/v1/deep_research/sse \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '
{
  "query": "Write a research report on Tencent with buy recommend. The report need following section: Recommend: Buy, Summary, Valuation, investment thesis, bull & bear case, financial forecast and risk. Give as much as detail as possible, the length should be longer. Then before the report, write a cover page in Chinese"
}
'
{
"event_name": "conversation",
"data": {
"conversation_id": "123e4567-e89b-12d3-a456-426614174000"
}
}

Authorizations

X-API-KEY
string
header
required

Body

application/json
query
string
required

A search query

organization_id
string

Organization id (optional)

conversation_id
string

Conversation id (optional)

Response

SSE stream of research events. Each event is sent as data: {json}\n\n. The stream contains multiple event types in sequence.

Conversation event

event_name
enum<string>
required
Available options:
conversation
data
object
required

Event-specific data payload