DataForge External API
DataForge External API
Integrate with DataForge from your automation tools, scripts, or applications.
Getting Started
- Get an API Key: Settings > API Keys > Create
- Set Workspace ID: Find in URL or Settings > Workspace
- Make requests: Include
X-API-KeyandX-Workspace-Idheaders
Authentication
curl -X GET "https://api.dev-growthsystemes.com/api/v1/search?q=customers" \
-H "X-API-Key: your-api-key" \
-H "X-Workspace-Id: your-workspace-uuid"
Rate Limits
| Tier | Requests/min | Concurrent |
|---|---|---|
| Free | 10 | 2 |
| Pro | 50 | 5 |
| Enterprise | 200 | 20 |
Quick Links
- Agent API - AI-powered natural language queries
- Full API Docs - Complete internal API reference
Authentication
- API Key: apiKey
- API Key: workspaceId
API key for external integrations. Get yours at Settings > API Keys.
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | X-API-Key |
Workspace UUID. Required for multi-tenant operations.
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | X-Workspace-Id |
License
Enterprise
📄️ Introduction
Documentation de référence de l'API REST DataForge
📄️ Generate embeddings for texts
Batch embed texts using the configured embedding model.
📄️ Create webhook subscription
Create webhook subscription
📄️ DataForge External API
# DataForge External API
📄️ Delete vector
Delete vector
📄️ Delete webhook subscription
Delete webhook subscription
📄️ Find paths between nodes
Find shortest paths connecting two nodes.
📄️ Generate LLM response with RAG context
Automatically retrieves relevant context and generates an answer.
📄️ Get node neighbors
Traverse graph to find connected nodes.
📄️ Get RAG context for a query
Retrieve relevant context chunks for use with your own LLM (BYOLLM).
📄️ Get system status
Check system health, drift detection, and service status.
📄️ Get vector by ID
Get vector by ID
📄️ List vectors
List vectors in the Qdrant collection.
📄️ List webhook subscriptions
List webhook subscriptions
📄️ Reindex vector store from PostgreSQL
Backfill Qdrant vectors from PostgreSQL data. Use for drift recovery.
📄️ Search across ontology
Hybrid search combining text matching and vector similarity.
📄️ Execute natural language query
Translate natural language to SQL or Graph query and execute.