GET /v1
API self-describe. Returns endpoint list, compliance frameworks, patent status.
What this is
Machine-readable self-describe. Returns the endpoint catalog, compliance frameworks this version targets, and patent status.
When to use
Integration-time discovery. CI jobs that pin against a known API shape.
Request
curl https://api.cohesionauth.com/v1
Response (excerpt)
{
"endpoints": [
"POST /v1/score",
"POST /v1/score/batch",
"GET /v1/operator/:operator_id/profile",
"..."
],
"compliance": ["EU AI Act Article 14", "Colorado SB 205", "NYC Local Law 144", "SR 11-7"],
"patent": "Provisional filed 2026-04-13, 31 claims"
}
Errors
None expected.
Next step
Start scoring: POST /v1/score.