Evidence package export and candidate update path reviewed during integration setup.
Evidence handoff for ATS and HR systems.
CVault exports candidate enrichment, evidence packages, review state, audit events, and source refs into downstream workflows.
Scoped honestly by customer environment.
Connector availability and pushback behavior are confirmed during integration review; export alternatives remain available.
Candidate enrichment, review state, and webhook handoff evaluated during onboarding.
Integration path depends on customer environment, access model, and security approval.
ATS pushback and source-reference payload support reviewed during setup.
Secure file ingestion and export workflow scoped with platform owners.
CSV/PDF evidence exports and API handoff available where native connector is not enabled.
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.
/v1/resumes/parseNormalize resume fields and attach page-level source refs.
/v1/candidates/scoreApply role criteria, knockout flags, and scorecard weights.
/v1/evidence-exportsPackage reviewer state, evidence refs, and ATS status.
/v1/webhooksEmit parse, score, review, export, and delivery events.
/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"
}Run one sample role through CVault.
Use permitted resumes, one live role, private workspace controls, and exportable evidence before a wider rollout.