API Documentation
Authentication
All requests require an API key in the X-API-Key header.
curl -H "X-API-Key: your-api-key" https://api.dialectica.tacitus.ai/v1/workspaces
Endpoints
GET
/healthHealth checkPOST
/v1/workspacesCreate workspaceGET
/v1/workspacesList workspacesGET
/v1/workspaces/:idGet workspacePOST
/v1/extractExtract entities from textGET
/v1/workspaces/:id/graphGet full graphGET
/v1/workspaces/:id/entitiesList entitiesPOST
/v1/analyzeRun conflict analysisGET
/v1/analyze/streamStreaming analysis (SSE)GET
/v1/theory/frameworksList theory frameworksPOST
/v1/theory/matchMatch theory to workspaceGET
/v1/theory/graphTheory knowledge graphRate Limits
Default: 60 requests/minute
Extraction: 10 requests/minute
Analysis: 20 requests/minute