🔌 API Documentation

Developer API

Integrate InterviewAI into your hiring workflow with our powerful REST API.

Quick Start

Authenticate your requests with your API key in the header:

curl -X POST https://api.interviewai.com/v1/assessments \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"candidate_id": "abc123", "template": "senior-react"}'

Endpoints

POST/api/v1/assessments
GET/api/v1/assessments/:id
POST/api/v1/candidates
GET/api/v1/candidates/:id/results
POST/api/v1/questions
GET/api/v1/analytics
POST/api/v1/webhooks
GET/api/v1/templates

Rate Limits

Free
100 req/day
Pro
10,000 req/day
Enterprise
Unlimited