Ask a research question
Research a question over the insight corpus and return a cited answer.
This is the slow, deep counterpart to POST /insights/search: multiple sub-searches plus an LLM synthesis instead of one ranked list.
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Default returns the agent-curated evidence (sources) with answer: null in ~10-30s. Set true for a written, cited answer — adds ~15-25s.
Attach the verbatim transcript passage to each source as quote — the same grounding /insights/search offers. Adds ~1-2s.
Response
Markdown synthesis with [n] citations; null when no evidence was found.
The agent-curated evidence set, best-first.
Null when evidence was found. source_not_covered = a named show/episode is not in the corpus; no_evidence = covered ground, nothing matched the question.
One-sentence human explanation paired with note_type; null when evidence was found.