Score oversight in one request.
A scoring API behind a signed evidence envelope. Post the telemetry for one human-AI interaction; receive a Judgment Independence Score across seven dimensions, a Decision Risk Score route, and a verifiable evidence receipt.
A score in one call.
Authenticate with a scoped API key in the X-API-Key header and post the telemetry for one human-AI interaction. The response is synchronous and signed.
DRS routes the decision, JIS scores the router.
Use both together. The Decision Risk Score routes each AI-assisted decision; the Judgment Independence Score measures whether the reviewer is a trustworthy router.
POST /v1/decision/score
Submit one AI-assisted decision for Decision Risk Score routing. Returns the decision risk score, the routing decision, policy trigger evidence, and an audit identifier.
POST /v1/score
Score the human-AI interaction telemetry and return the Judgment Independence envelope across the seven dimensions, the band, and the decay projection.
Designed to be cited, not just called.
Signed envelopes
Every response is a signed evidence envelope with a SHA-256 hash and an audit-chain entry, so a score can be verified later.
API key authentication
Scoped API keys per environment, sent in the X-API-Key header. Rotate without downtime. Keys never appear in evidence receipts.
Synchronous scoring
Scores return in band on the same request. No polling, no webhooks required for the common path.
Typed SDKs
First party clients for TypeScript and Python, generated from the same schema as the docs.
Mapped to the spec
Each dimension in the response maps to a clause in the specification and a regulatory citation.
Observable
Latency and uptime are published. Incidents are posted to the status page with a timeline.
Selected endpoints.
A sample of the scoring API surface. The full reference, schema, and error catalog live in the docs.