careerscorebuild your score

stage 4 · talent infrastructure & partner api

verify candidate scores by API (coming soon publicly)

ATS platforms, recruiters, and assessment tools verify candidate signatures, domain scores, and evidence passports programmatically via server-side verification endpoints.

🔒 Public API Access — Coming SoonPrivate Trial Active

Request Trial Version API Access

Public self-serve API key generation will open shortly. To access the trial version API today for your ATS, recruitment team, or organization, please email us directly:

compliance & trust posture

Our API never auto-rejects candidates. It exposes pre-verified evidence, domain-matched scores, and verification confidence metrics so humans can make informed screening decisions. protected attributes are excluded; all outputs are explainable and bias-audited. view the live bias audit →

verification endpoint specification

GET /api/v1/verify?slug=<public_slug>
x-api-key: cs_live_...

200 {
  "ok": true,
  "candidate": {
    "slug": "...", "domain": "aiml", "stage": "new-grad",
    "score": 742, "scoreMax": 1000,
    "verificationConfidence": 83, "percentile": 78,
    "pillars": [ ... ], "modelVersion": "cs-heuristic-1.3.0"
  },
  "signed": true,
  "signatureValid": true,         // server verifies Section 7.3 cryptographic signature
  "profileUrl": "/p/..."
}