Hiring Domain
AI-powered recruiting intelligence — resume analysis, candidate scoring, mock interviews, career coaching, and more.
The Hiring domain pack provides 17 intents covering the full talent lifecycle — from job description analysis and candidate screening to career coaching and interview preparation.
API base path: POST /v1/hiring/{intent}
Intents
Recruiter intents
| Intent | Endpoint | Required inputs |
|---|---|---|
| resume-analysis | /v1/hiring/resume-analysis | resume |
| job-fit-analysis | /v1/hiring/job-fit-analysis | resume, job_description |
| candidate-prescreen | /v1/hiring/candidate-prescreen | profile, job_description |
| candidate-scoring | /v1/hiring/candidate-scoring | profile, job_description |
jd-analysis | /v1/hiring/jd-analysis | job_description |
knockout-question-generation | /v1/hiring/knockout-question-generation | job_description |
interview-question-generation | /v1/hiring/interview-question-generation | profile, job_description |
Candidate intents
| Intent | Endpoint | Required inputs |
|---|---|---|
| resume-improvement | /v1/hiring/resume-improvement | profile |
cover-letter-generation | /v1/hiring/cover-letter-generation | profile, job_description |
intro-script-generation | /v1/hiring/intro-script-generation | profile, job_description |
| career-assessment | /v1/hiring/career-assessment | profile |
| skill-gap-analysis | /v1/hiring/skill-gap-analysis | profile |
| career-path-planning | /v1/hiring/career-path-planning | profile |
| career-transition-planning | /v1/hiring/career-transition-planning | profile, career_goals |
| mock-interview | /v1/hiring/mock-interview | profile |
| coaching-session | /v1/hiring/coaching-session | — |
| general-chat | /v1/hiring/general-chat | — |
Request structure
All hiring intents share the same top-level request envelope:
Common input schemas
ResumeInput
ProfileInput
JobDescriptionInput
CareerGoalsInput
Response structure
Knowledge sources
Upload documents to enrich hiring intelligence with your own data:
| Source type | Namespace | Use case |
|---|---|---|
| Resume | hiring:resume | Candidate profiles for retrieval |
| Job Description | hiring:job_description | JD library for fit scoring |
| Policy | hiring:policy | Hiring policies and compliance rules |
| Profile | hiring:profile | Structured candidate profiles |
| Session Summary | hiring:session_summary | AI-generated session memory |