Developer Platform
Ingestion API.
If it has text, we can index it. Push data from proprietary databases, legacy ERPs, or custom internal tools directly into the Knowledge Graph.
REST & GraphQL
Simple POST endpoints for pushing documents. GraphQL for complex queries of the Knowledge Graph.
Webhooks
Subscribe to 'fact_updated' or 'conflict_detected' events. Trigger your own CI/CD pipelines when truth changes.
SDKs
Official Node.js, Python, and Go SDKs. Type-safe and ready for production.
Simple
cURL Integration
Batch ingestion support (up to 100 docs/req)
Idempotent writes (deduplication by external_id)
Async processing with job_id tracking
Rate limits: 10k req/min (Enterprise)
terminal
$ curl -X POST https://api.wuf.ai/v1/ingest \
-H "Authorization: Bearer sk_live_..." \
-d '{
"source": "legacy_erp",
"documents": [
{
"external_id": "inv_2024_001",
"text": "Invoice #001: $5,000 due..."
}
]
'
Build on the Truth Engine.
Don't build another RAG pipeline from scratch. Use our infrastructure.