주어진 URL이나 파일에서 인과 관계를 분석해 구조화된 인과 그래프를 반환
URL 또는 업로드된 파일(PDF, Markdown)에서 인과 관계를 분석합니다. 노드(개념/이벤트)와 방향성을 가진 간선(인과 관계)을 반환하여 원인-결과 체인을 시각화하는 데 사용할 수 있습니다.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.
| 메서드 | 경로 | 입력 |
|---|---|---|
POST | /api/v1/causality-graph | url을 포함한 JSON 본문 |
POST | /api/v1/causality-graph/file | file을 포함한 multipart/form-data |