NeuroAPI
API ReferenceVerify API key GET

Verify API key

Cheapest authenticated probe.

Cheapest authenticated probe. Use it to confirm an API key is live and to surface the stack version in client UIs (e.g. a build banner).

Does not consume billable units.

GET
/health

Authorization

APIKeyHeader
X-API-Key<token>

In: header

Response Body

application/json

curl -X GET "https://api.neurobro.ai/api/v1/health"
{
  "authenticated": true,
  "key_prefix": "neuro_a1b2c3d4e5",
  "service": "neuroapi",
  "status": "healthy",
  "timestamp": "2026-05-08T12:34:56.789Z",
  "version": "0.1.0"
}
Empty