Skill Gap Analysis
Identify missing skills between a candidate's current profile and a target role or career goal.
POST /v1/hiring/skill-gap-analysis
Compares a candidate's current skills and experience against a target role or career aspiration. Returns a prioritised gap list, learning recommendations, and estimated time-to-readiness.
Required inputs
| Field | Type | Notes |
|---|---|---|
input.user_id | string | Your platform's user ID |
input.profile | ProfileInput | Current skills and experience |
Optional inputs
| Field | Type | Notes |
|---|---|---|
input.resume | ResumeInput | Resume text for additional context |
input.job_description | JobDescriptionInput | Target role to analyse gaps against |
input.career_goals | CareerGoalsInput | Target role if no JD is provided |