laddro.resumes.render
Render a resume as a PDF with customizable template, color scheme, font, line spacing, margins, font size, and page numbering.
Instructions
Render a resume as PDF with specific template and styling settings. Costs 1 API credit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resumeId | Yes | Resume UUID to render | |
| templateId | Yes | Template identifier (e.g. GRAPHITE) | |
| locale | No | Language/locale code (e.g. en, de, fr) | |
| colorId | No | Color scheme identifier for the template | |
| font | No | Font family name (e.g. Inter, Roboto) | |
| spacing | No | Line spacing multiplier (e.g. 1.0, 1.15, 1.5) | |
| margin | No | Page margin in millimeters | |
| fontSize | No | Base font size in points | |
| pageNumbering | No | Page numbering style |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | Base64-encoded PDF data | |
| mimeType | No |