generate_resume_for_job
Create a customized resume optimized for a specific job application by highlighting relevant skills and experience. Generates JSON resume data or PDF with AI-enhanced sections.
Instructions
Generate an AI-optimized resume tailored for a specific job application. This creates a customized version of your resume highlighting relevant skills and experience for the job. Returns JSON resume data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| applicationId | Yes | The job application ID to generate a resume for | |
| modifications | No | Custom modifications or instructions for resume customization | |
| keywords | No | Specific keywords to emphasize in the resume | |
| sections | No | Which resume sections to AI-enhance. Defaults to ["summary", "work", "skills"] if not specified. | |
| generatePdf | No | Generate a downloadable PDF from the resume (default: false). When true, returns a PDF download URL. |