Checking...
3.1.0
Eval CV Docs
Endpoint Reference

Initialize Batch

Initialize the scoring engine for all uploaded candidates linked to a job. This enqueues background processing tasks and reserves PAYG credits.
POST/v1/batch

Request Parameters

NameTypeDescription
job_idRequired
stringThe target Job string identifier.

Pro Tip

Always handle rate limiting headers in your logic. For best performance, use asynchronous processing for large files.

curl -X POST https://api.evalcv.com/v1/batch   -H "x-api-key: YOUR_API_KEY"   -H "Content-Type: application/json"   -d '{"job_id": "YOUR_JOB_ID"}'