Skip to main content

Quick Start Guide

Get your first interview running in under 5 minutes with this step-by-step guide.
1

Get Your API Key

  1. Sign up at app.jobhive.ai if you haven’t already
  2. Navigate to SettingsAPI Keys
  3. Click “Generate API Key” and copy it securely
2

Create Your First Interview

Use our API to schedule an AI-powered interview:
cURL
You’ll get a response like this:
3

Share Interview Link

Send the interview_url to your candidate. They can start the interview immediately - no account required!
4

Get Results

Once completed, fetch the results:
cURL

Complete Code Examples

JavaScript/Node.js

Python

Common Use Cases

Bulk Interview Creation

Create multiple interviews efficiently:

Real-time Interview Monitoring

Set up webhooks to monitor interview progress:

Error Handling

Common Errors and Solutions

Problem: API key missing or invalidSolution:
Problem: Too many requests per minuteSolution:
Problem: Invalid request parametersSolution:

Next Steps

Explore Full API Reference

Complete documentation for all endpoints and features

Set Up Webhooks

Real-time notifications for interview events

JavaScript SDK

Official SDK for Node.js and browser applications

Python SDK

Official SDK for Python applications
Development Tip: Start with test mode interviews to familiarize yourself with the API without consuming production credits. Add "test_mode": true to any interview creation request.
Pro Tip: Use webhooks instead of polling for real-time updates. They’re more efficient and provide better user experience.