Menu

API surfaces for parsing, scoring, evidence, and export.

Developers can embed source-linked resume intelligence without losing audit fields, scorecard versions, or downstream review state.

DPA supportSSO / SCIMAudit exportsNo model training by default
curl https://api.cvault.tech/v1/candidates/score \
  -H "Authorization: Bearer $CVAULT_API_KEY" \
  -d '{
    "candidate_id": "cand_789",
    "role_id": "role_123",
    "include_evidence": true
  }'
Developer handoff

Evidence packages that survive ATS handoff.

Send parser output, scorecard context, source refs, reviewer state, audit events, and ATS status as one contract your platform team can inspect.

01
Parse/v1/resumes/parse

Normalize resume fields and attach page-level source refs.

02
Score/v1/candidates/score

Apply role criteria, knockout flags, and scorecard weights.

03
Export/v1/evidence-exports

Package reviewer state, evidence refs, and ATS status.

04
Notify/v1/webhooks

Emit parse, score, review, export, and delivery events.

Source refsScorecard versionReviewer stateAudit eventsATS sync statusWebhook delivery
Open API documentation
ATS export contractGreenhouse sync package
Synced
POST/v1/evidence-exportsidempotency-key: export_cand_789_role_123
{
  "candidate_id": "cand_789",
  "role_id": "role_123",
  "role_fit": 0.94,
  "scorecard_version": "v3.7",
  "review_state": "shortlisted",
  "ats_status": "synced",
  "evidence_refs": 28,
  "source_refs": [
    "resume.pdf:p2",
    "portfolio.pdf:p7"
  ],
  "webhook_event": "export.synced"
}
Developer controls

Real integration primitives, not decorative code.

Authentication, rate limits, webhooks, payloads, and SDK access are part of the buyer conversation.

Authentication

Bearer token and workspace-scoped API access patterns.

Rate limits

Review parse, score, export, and webhook throughput before rollout.

Payloads

Candidate, evidence, scorecard, review, and export objects.

Status

Public status surface and incident path for production consumers.

Private pilot

Run one sample role through CVault.

Use permitted resumes, one live role, private workspace controls, and exportable evidence before a wider rollout.

Run a sample roleTalk to sales