FEATURE

REST API

Everything Nucleus does, accessible via REST API. Build verification, search, and knowledge management into your own applications.

AI Tools Without Infrastructure

You want to add verification, knowledge search, or grounded AI to your application — but building the infrastructure from scratch takes months. Nucleus gives you the building blocks via API.

Nucleus API
Request
curl -X POST https://api.nucleus.ae/v1/cove/verifyWithKb \
-H "X-API-Key: $NUCLEUS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"text": "The company migrated to CockroachDB in Q3 2024...",
"nucleusId": "nuc_abc123"
}'
Response
{
"status": "mixed",
"confidence": 0.72,
"claims": [
{
"text": "migrated to CockroachDB in Q3 2024",
"status": "contradicted",
"confidence": 0.97,
"source": "Infrastructure_Architecture.md"
},
{
"text": "real-time collaboration for 50 users",
"status": "verified",
"confidence": 0.94
}
]
}
POST /v1/verify
200 OK · 847ms

Built for this

Full REST API

API access to COVE verification, knowledge base search, and document management.

API Key Management

Create and manage API keys with read, write, and admin access levels.

Ready to ground your AI in truth?

Join teams using Nucleus to eliminate hallucinations and build AI systems they can trust.