laddro.resumes.tailor
Rewrite a resume to match a specific job posting's requirements, then export the tailored version as a PDF. Accepts job description text or URL for input.
Instructions
AI-tailor a resume for a specific job posting. Rewrites content to match the job description and returns a PDF. Provide either jobDescription or jobUrl.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resumeId | No | Resume UUID to tailor (uses user's default resume if omitted) | |
| positionName | Yes | Job title or position name being applied for | |
| jobDescription | No | Full job description text to tailor against | |
| jobUrl | No | URL to the job posting (alternative to jobDescription) | |
| mode | No | Tailoring mode: standard modifies existing, new creates from scratch | |
| language | No | Output language code (e.g. en, de, fr) | |
| includeCoverLetter | No | Also generate a matching cover letter (returns ZIP with both PDFs) | |
| templateId | No | Template identifier for PDF output | |
| colorId | No | Color scheme identifier | |
| font | No | Font family name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | Base64-encoded PDF data | |
| mimeType | No |