laddro.coverLetters.generate
Create a personalized cover letter PDF by providing a job description and specifying the target position. Uses a resume to tailor the letter to the application.
Instructions
AI-generate a personalized cover letter based on a resume and job description. Returns a PDF.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resumeId | No | Resume UUID to base the cover letter on (uses default if omitted) | |
| positionName | Yes | Job title or position name being applied for | |
| jobDescription | No | Full job description text | |
| jobUrl | No | URL to the job posting (alternative to jobDescription) | |
| language | No | Output language code (e.g. en, de, fr) | |
| 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 |