FOR TEAMS & ENTERPRISES

AI Interviews at Scale

Schedule AI mock interviews for your candidates via API. Get structured evaluation results delivered automatically. No manual coordination needed.

Get API Access

How the API Works

1

Get API Key

Sign in and create an API key. Contact us for a free trial.

2

Schedule via API

POST candidate details. We create the interview and send a magic link.

3

Candidate Interviews

Candidate clicks the link, joins the AI interview. No account needed.

4

Get Results

Evaluation emailed to you automatically, or poll the API for status.

Quick Start

cURL
Python
# 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"

API Credit Pricing

Trial

Free

Write to us at hello@hirebox.in

  • Free trial on request
  • Full API access
  • Email result delivery
  • Magic link auth for candidates

100 Minutes

₹999

₹9.99 per minute

  • 100 minutes of interviews
  • ~3 full 30-min sessions
  • All API features
  • Priority email support

1000 Minutes

₹7,499

₹7.49 per minute

  • 1000 minutes of interviews
  • ~33 full 30-min sessions
  • All API features
  • Dedicated support

Ready to automate your screening?

Sign in, create an API key, and schedule your first interview in under 2 minutes.

Get API Access