/api/check-atsATS CoreMenganalisis kecocokan resume dengan job description. Field resume mendukung string biasa atau file PDF/DOCX.
JSON Request Example
{
"resume": "Frontend engineer dengan 5 tahun pengalaman React dan TypeScript",
"jobDescription": "Mencari frontend engineer yang kuat di React, TypeScript, dan testing"
}Multipart Request Example
curl -N -X POST http://localhost:3000/api/check-ats \
-F "resume=@/path/to/resume.pdf" \
-F "jobDescription=Mencari frontend engineer yang kuat di React, TypeScript, dan testing"Response Example
⏳ Memulai analisis...
Skor kecocokan: 86%
- Kekuatan utama: ...
- Gap yang perlu ditingkatkan: ...
- Saran perbaikan: ...