Endpoint Reference
Generate Questions
Generate tailored interview questions based on the candidate's specific experience and job requirements.
Flexible Context
Provide the raw job_description, or pass a job_id generated via the /v1/create-job endpoint. If a job_id is provided, it takes priority and hits our internal cache layers to speed up execution.
HR Questions
Soft skills, team fit, and background checks.
Technical Questions
Deep dives into specific hard skills found in the profile.
IQ & Logical
Analytical problems to test problem-solving capabilities.
Personal Development
Questions regarding growth and learning habits.
POST/v1/questions
Request Parameters
| Name | Type | Description |
|---|---|---|
fileRequired | file | The resume file to analyze. |
job_id | string | ID of a previously created job context. Takes priority if provided. |
job_description | string | The full text of the job description. Required if job_id is not provided. |
language | string | Language code (default: 'en'). |
🌍 Supported Languages50
afAfrikaansamAmharicarArabicbgBulgarianbnBengalicsCzechdaDanishdeGermanelGreekenEnglishesSpanishetEstonianfaPersianfiFinnishfrFrenchguGujaratiheHebrewhiHindihrCroatianhuHungarianidIndonesianitItalianjaJapaneseknKannadakoKoreanltLithuanianlvLatvianmlMalayalammrMarathimsMalaynlDutchnoNorwegianplPolishptPortugueseroRomanianruRussianskSlovakslSloveniansrSerbiansvSwedishswSwahilitaTamilteTeluguthThaitlTagalogtrTurkishukUkrainianurUrduviVietnamesezhChinesePro Tip
Always handle rate limiting headers in your logic. For best performance, use asynchronous processing for large files.