Resumez

Job tailoring

Not implemented

Turn a job description into a tailored resume, cover letter, and gap analysis grounded in the user's canonical profile.

The tailoring workflow

  1. Parse the posting with POST /v1/jobs/parse to extract role, skills, seniority, and keywords.
  2. Match the profile against the job with POST /v1/jobs/match to score fit and surface strong and missing signals.
  3. Tailor artifacts with POST /v1/jobs/{jobId}/tailor to draft a resume, cover letter, and recruiter brief.
  4. Close gaps with POST /v1/jobs/{jobId}/gap-analysis to identify missing evidence before applying.

This page is a placeholder. The full walkthrough with request and response examples will land alongside the Jobs endpoints.