Analyze cause-and-effect relationships from a given URL or file, and return a structured causality graph.
Analyze cause-and-effect relationships from a URL or uploaded file (PDF, Markdown). Returns nodes (concepts/events) and directed edges (causal relationships) that can be used to visualize cause-and-effect chains.Documentation Index
Fetch the complete documentation index at: https://docs.factagora.com/llms.txt
Use this file to discover all available pages before exploring further.
| Method | Path | Input |
|---|---|---|
POST | /api/v1/causality-graph | JSON body with url |
POST | /api/v1/causality-graph/file | multipart/form-data with file |