laddro.resumes.export
Export a resume to PDF with customizable template, colors, fonts, margins, and page numbering. Supports multiple locales.
Instructions
Export a resume as a downloadable PDF file with optional template and styling settings. Costs 1 API credit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resumeId | Yes | Resume UUID to export | |
| templateId | No | Template identifier (e.g. GRAPHITE) | |
| locale | No | Language/locale code (e.g. en, de, fr) | |
| colorId | No | Color scheme identifier | |
| font | No | Font family name | |
| spacing | No | Line spacing multiplier | |
| 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 |