Export Resume as PDF
Resumes
Export Resume as PDF
Export a resume as a professionally formatted PDF
POST
Export Resume as PDF
Documentation Index
Fetch the complete documentation index at: https://docs.mokaru.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Export Resume as PDF endpoint generates a professionally formatted PDF of a resume using the user’s chosen template and design settings. The PDF is rendered server-side using Playwright and returned as a binary file. Common use cases:- AI agent job applications - export a tailored resume as PDF and attach it to a job application.
- Automated delivery - generate PDFs on demand and send via email or upload to a job portal.
- Archiving - save PDF snapshots of resumes at different stages of your job search.
Scope required:
resume:export | Rate limit: 5 requests/minRequest
Body Parameters
Language for date formatting (e.g. “en”, “nl”)
Example
Response
The response is a binary PDF file, not JSON. Headers:Content-Type: application/pdfContent-Disposition: attachment; filename="FirstName_LastName_JobTitle.pdf"Cache-Control: private, max-age=0
This endpoint returns a binary file. Use
-o filename.pdf with curl or handle the response as a blob/buffer in your code. The PDF is rendered with the resume’s template and design settings.