Skip to main content
The InstaView API provides programmatic access to manage agents, jobs, candidates, companies, interviews, and billing information. All endpoints require API key authentication.

Base URL

All API requests should be made to:
https://api.instaview.sk

Authentication

All API requests require an API key in the Authorization header using the Bearer scheme:
Authorization: Bearer sk_your_api_key_here
For more information about authentication and API keys, see the Authentication Guide.

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 using page and limit query parameters. See the Pagination Guide for details.

Error Handling

The API uses standard HTTP status codes and returns error details in a consistent format. See the Error Handling Guide for details.

Interactive Playground

Each endpoint documentation includes an interactive playground where you can test API calls directly from your browser. Look for the “Try It” button on any endpoint page.