Request Format:
POST /api/generate-resume-pdf
Content-Type: application/json
X-Api-Key: e0a4f5d6c7b8a9f0e1d2c3b4a5f6e7d8c9b0a1f2e3d4c5b6a7f8e9d0c1b2a3f4
{
"template_id": "template_1",
"resume_data": {
"full_name": "João Silva",
"title_subtitle": "Senior Web Developer",
"email": "joao.silva@email.com",
"phone": "+351 912 345 678",
"location": "Porto, Portugal",
"linkedin": "linkedin.com/in/joaosilvadev",
"summary": "Experienced web developer...",
"experiences": [
{
"title": "Tech Solutions Lda",
"company": "Senior Web Developer",
"location": "Porto, Portugal",
"start_date": "2020-03",
"end_date": "",
"is_present": true,
"description": "Led development of web applications..."
}
],
"education_entries": [
{
"degree": "University of Porto",
"institution": "Bachelor's Degree in Computer Science",
"edu_location": "2019",
"start_date": "2015-09",
"end_date": "2019-06",
"is_present": false,
"edu_details": ""
}
],
"skills": "PHP, Laravel, JavaScript, Vue.js, React, Node.js, MySQL, Git, Docker, AWS",
"key_achievements": [],
"courses": [],
"languages": [],
"additional_info": [],
"references": [],
"projects": []
}
}
Response:
Success: PDF file download
Error: JSON response with error message
{
"error": "Error message description"
}