Upload Your Resume JSON
Upload a JSON file with your resume data for the Technical template
Expected JSON Format
{
"personalInfo": {
"fullName": "John Doe",
"title": "Software Engineer",
"email": "john@example.com",
"phone": "+1 234 567 8900",
"location": "San Francisco, CA",
"summary": "Experienced developer..."
},
"experience": [
{
"company": "Tech Corp",
"position": "Senior Developer",
"startDate": "2020-01",
"endDate": "2024-01",
"current": false,
"description": ["Built features...", "Led team..."]
}
],
"education": [...],
"skills": [...]
}Download sample JSON file →