Resume parsing
Upload permitted PDF, DOCX, DOC, or text resumes for structured candidate output.
Developer docs
Start with API-key authentication, parser requests, job status, result retrieval, and webhooks. The docs stay concise until an endpoint is reviewed.
What APIs and workflows are available, and how do I start safely?
/api/portal/parse_cv_batch_parallel"candidate": "review-safe payload",
"evidence": ["source snippet", "confidence"],
"event": "parse.completed"
The public docs cover the stable workflow groups buyers ask about first.
Use workspace API keys and keep credentials out of client-side code.
Send permitted files and receive structured candidate fields with review context.
Use job status and results endpoints for larger batches or heavier processing.
Subscribe to parse completion or failure events and verify signatures server-side.
API surface
Upload permitted PDF, DOCX, DOC, or text resumes for structured candidate output.
Track asynchronous parse work and retrieve paginated output when processing completes.
Receive signed parse completion and failure events in your own backend.
curl -X POST https://cvault.tech/api/portal/parse_cv_batch_parallel \
-H "x-api-key: cv_live_your_key_here" \
-F "files[][email protected]" \
-F "job_description=Senior backend engineer with PostgreSQL experience"Reviewed rollout
Start with one workflow and confirm the payload shape before committing to a wider platform connection.