Skip to main content
GET
Get the CV evaluation

Authorizations

Authorization
string
header
required

API key authentication for the public API. Pass your API key as a Bearer token.

Path Parameters

application_id
string<uuid>
required

Response

The CV evaluation, or {status:processing, result:null} while not ready.

criteria_scores
object[]
required
status
enum<string>

Evaluation processing status

  • pending - Pending
  • completed - Completed
  • failed - Failed
Available options:
pending,
completed,
failed
overall_score
string<decimal> | null

Aggregate score across all criteria on a 0 to 5 scale. Null until the evaluation completes.

Pattern: ^-?\d{0,3}(?:\.\d{0,2})?$
overall_score_explanation
string | null

Explanation of the overall score calculation

summary
string | null

Comprehensive evaluation summary synthesizing all assessment data into hiring recommendation (2-4 paragraphs)

strengths
string[] | null

Key strengths identified in the CV (2-5 items)

weaknesses
string[] | null

Areas for improvement or skill gaps (2-5 items)

red_flags
string[] | null

Serious concerns or deal-breakers (0-3 items)