Skip to main content
GET
Get the combined insights

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 combined insights, or {status:processing, result:null} while not ready.

is_eligible
boolean | null
required
read-only
status
enum<string>

Processing status: pending, completed, or failed

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

Weighted overall score (0-5): 30% CV + 70% Interview

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

CV evaluation score (0-5)

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

Interview score (0-5)

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

AI-generated hiring recommendation based on score and risks

  • strong_hire - Strong Hire
  • hire - Hire
  • maybe - Maybe
  • no_hire - No Hire
Available options:
strong_hire,
hire,
maybe,
no_hire
hiring_recommendation_explanation
string | null

Short explanation for the hiring recommendation (1-2 sentences)

tagline_summary
string | null

One-line summary for quick candidate differentiation

Maximum string length: 255