Documentation

API Overview

Integrate PrepTalk into your own systems.

PrepTalk API Reference

Our REST API allows you to manage interviews, fetch reports, and integrate with your ATS.

Base URL

https://api.avainterview.com/v1

Authentication

Include your API key in the header:

Authorization: Bearer YOUR_API_KEY

Common Endpoints

| Method | Endpoint | Description | |--------|----------|-------------| | GET | /interviews | List all interviews | | POST | /interviews | Create a new interview | | GET | /reports/:id | Get a detailed score report |