Skip to main content
DataGOL exposes AI Extraction and Knowledge Graph APIs so you can extract structured data from documents and manage knowledge graphs in your workspace. Where to find them: Open the API Reference tab (top navigation). In the left sidebar you’ll see groups AI Extraction and Knowledge Graph — expand those to see and try each endpoint.

AI Extraction APIs

Base path: https://be.datagol.ai/noCo/api/v2/workspaces/{workspaceId}/...

Knowledge Graph APIs

Base path: https://be.datagol.ai/ai/api/v2/knowledge-graph...

AI Extraction (overview)

AI Extraction lets you define schemas and run extraction jobs on workspace content (files, folders): schema generation from prompts, advanced extraction with custom schemas, and create/update/delete extraction configs. Use Trigger Extraction to run and Poll Status to check progress.

Knowledge Graph (overview)

Knowledge Graph APIs let you create and query knowledge graphs: Create Knowledge Graph to start a job, Get Knowledge Graph Status to check status, and Get Knowledge Graph to retrieve the graph.

Authentication

All AI Extraction and Knowledge Graph endpoints use the x-auth-token header (workbook/workspace API). Include your workspace token in each request.

Next steps

Go to the API Reference tab and expand AI Extraction or Knowledge Graph to see request parameters, bodies, and responses for each endpoint.