Checking...
3.1.0
Eval CV Docs
Endpoint Reference

Parsed Candidates

Retrieve the raw structured parsed JSON for all candidates inside a designated batch, avoiding redundant AI scoring.
GET/v1/batch/{batch_id}/parsed

Request Parameters

NameTypeDescription
batch_idRequired
stringThe unique identifier of the target batch.

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/parsed" \
  -H "x-api-key: YOUR_API_KEY"