Job tailoring
Not implementedTurn a job description into a tailored resume, cover letter, and gap analysis grounded in the user's canonical profile.
The tailoring workflow
- Parse the posting with
POST /v1/jobs/parseto extract role, skills, seniority, and keywords. - Match the profile against the job with
POST /v1/jobs/matchto score fit and surface strong and missing signals. - Tailor artifacts with
POST /v1/jobs/{jobId}/tailorto draft a resume, cover letter, and recruiter brief. - Close gaps with
POST /v1/jobs/{jobId}/gap-analysisto identify missing evidence before applying.
This page is a placeholder. The full walkthrough with request and response examples will land alongside the Jobs endpoints.