The AI API that
signs its own answers.
Other APIs give you a model. We give you a model with a doctor's signature attached to every response. Same OpenAI-compatible endpoint, plus a `signoff_url` field pointing to the evidence pack — signed by Dr. Sodhi, ISO 42001 lead auditor. One API, both pillars: the same engine that powers the Human Lab (NeuroMarketing · Neuro-Forensics · Neuro-Analytics) and the AI pillar (AI Audit · AI Governance).
Powered by NeuroCortex v2 →
A signed response, not just a model card.
Every billable NeuroCortex call returns a signoff_url pointing to the ISO 42001 / 27001 / 27701 evidence pack tied to that exact response — signed by Dr. Nitnem Singh Sodhi, Triple-ISO Lead Auditor (ANSI/ABICB, March 2025).
$ curl https://bharatneurotech.com/api/public/v1/neurocortex/chat \
-H "Authorization: Bearer $NEUROCORTEX_KEY" \
-d '{"messages":[{"role":"user","content":"audit this clause"}]}'
{ "id": "msg_01h…",
"choices": [ { "message": { "role": "assistant", "content": "…" } } ],
"signoff_url": "https://bharatneurotech.com/audit/msg_01h…/sign",
"auditor": "Dr. Nitnem Singh Sodhi · ISO 42001/27001/27701" }// HOW IT WORKS
₹101 welcome credits (Shagun) land in your wallet on signup — free, pay per action.
Generate a Bearer token in /billing. Per-key daily caps and IP allow-lists supported.
POST to /api/public/v1/neurocortex/chat. JSON in, JSON out — with the auditor signoff URL attached.
// PRICING
Lab pricing protects browser users with a small anonymous daily cap. The API is purely metered — every billable call is 2× the equivalent Lab action on the Hobby tier. Builder tier is 1.5×, Scale tier is 1.2×. Account and catalogue reads are metered at zero.
| Endpoint | Action | Per call |
|---|---|---|
| POST /v1/neurocortex/chat | core chat | ₹1 |
| POST /v1/neurocortex/chat (with persona) | tool chat | ₹2 |
| POST /v1/neurocortex/tools/run | run a structured tool | ₹3 |
| POST /v1/neurocortex/tools/generate | spin up a new tool | ₹9.80 |
| POST /v1/neurocortex/scan | image scan | ₹3 |
| POST /v1/neurocortex/listen | audio · per minute | ₹3 |
| POST /v1/neurocortex/listen (video) | video · per minute | ₹4 |
| GET /v1/neurocortex/account | wallet balance + daily usage | metered · 0 |
| GET /v1/neurocortex/models | engine catalogue | metered · 0 |
