Career Path Planning
Generate multi-step career progression recommendations from a candidate's current position toward their goals.
POST /v1/hiring/career-path-planning
Produces a structured career roadmap with role milestones, skill development priorities, and timeline estimates based on the candidate's current profile and stated goals.
Required inputs
| Field | Type | Notes |
|---|---|---|
input.user_id | string | Your platform's user ID |
input.profile | ProfileInput | Current role, skills, and experience |
Optional inputs
| Field | Type | Notes |
|---|---|---|
input.resume | ResumeInput | Resume text for additional depth |
input.career_goals | CareerGoalsInput | Target role, timeline, priorities |