Schedule AI mock interviews for your candidates via API. Get structured evaluation results delivered automatically. No manual coordination needed.
Get API AccessSign in and create an API key. Contact us for a free trial.
POST candidate details. We create the interview and send a magic link.
Candidate clicks the link, joins the AI interview. No account needed.
Evaluation emailed to you automatically, or poll the API for status.
# 1. Create an API key (one-time via dashboard) # 2. Schedule an interview curl -X POST https://hirebox.in/api/v1/interviews \ -H "X-API-Key: hb_live_your_key_here" \ -H "Content-Type: application/json" \ -d '{ "candidate_email": "john@example.com", "candidate_name": "John Doe", "role": "Senior Backend Engineer", "experience_years": 5, "duration_minutes": 30, "send_results_to_candidate": false, "send_results_to_initiator": true }' # Response (candidate receives interview link via email automatically): # { # "interview_id": 42, # "session_id": "abc-123-...", # "status": "scheduled", # "magic_link": "https://hirebox.in/auth/magic/...", # "credits_remaining": 70 # } # 3. Results are emailed to initiator automatically after interview # You can also check via API: curl https://hirebox.in/api/v1/interviews/42 \ -H "X-API-Key: hb_live_your_key_here"
Write to us at hello@hirebox.in
₹9.99 per minute
₹8.33 per minute
₹7.49 per minute
Sign in, create an API key, and schedule your first interview in under 2 minutes.
Get API Access