Base URL
All API requests should be made to:Authentication
All API requests require an API key in the Authorization header using the Bearer scheme:Resources
The API is organized around the following resources:- Agents - Manage AI agents for conducting interviews
- Jobs - Create and manage job postings
- Candidates - Manage candidate profiles and applications
- Companies - Manage company information (ATS keys only)
- Interviews - Create and manage interview sessions
- Billing - Access usage statistics and billing information
Rate Limiting
API requests are rate-limited to ensure fair usage. See the Rate Limiting Guide for details.Pagination
List endpoints support pagination usingpage and limit query parameters. See the Pagination Guide for details.