All endpoints on this page require authentication. Include your session token in the
Authorization header.Epistemic analysis chat
Request body
string
required
The scientific question or claim you want epistemic analysis on. Can be a hypothesis, a causal claim, or a general research question.Example:
"Is there sufficient evidence that chronic cortisol elevation causally reduces hippocampal volume in adult humans?"string
UUID of an existing session to continue. If omitted, a new session is created.
string
AI provider to use for the analysis:
"anthropic", "openai", or "gemini". Defaults to the platform provider if not specified. See Authentication for BYOK key details.SSE events
The stream emits text chunks and structured events as the analysis progresses.Example
Retrieve scientific evidence records
Response fields
object[]
required
Array of evidence records.
Example
Get epistemic session data
Response fields
string
required
UUID of the session.
string
required
ISO 8601 timestamp when the session was created.
object[]
required
List of questions asked in this session, in chronological order.
string[]
required
Deduplicated list of all causal and epistemic assumptions surfaced across the session.
string[]
required
Deduplicated list of all knowledge gaps identified across the session.
