Checking...
3.1.0
Eval CV Docs
Endpoint Reference

Rank Candidates

Retrieve all fully processed candidates for a specific job, pre-sorted in descending order by their Match Score.
GET/v1/batch/{batch_id}/rank

Request Parameters

NameTypeDescription
batch_idRequired
stringThe unique Batch identifier returned from the Initialize Batch endpoint.

Pro Tip

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

curl -X GET "https://api.evalcv.com/v1/batch/YOUR_BATCH_ID/rank"   -H "x-api-key: YOUR_API_KEY"