Skip to main content
POST
/
api
/
v1
/
research
/
papers
/
trigger
/
stream
Trigger paper aggregation with SSE streaming
curl --request POST \
  --url https://tiwih-api.vercel.app/api/v1/research/papers/trigger/stream \
  --header 'Content-Type: application/json' \
  --data '
{
  "maxPapers": 50.5,
  "searchTerms": [
    "<string>"
  ]
}
'

Body

application/json
maxPapers
number
Required range: 1 <= x <= 100
searchTerms
string[]

Response

SSE stream of paper aggregation progress