> ## Documentation Index
> Fetch the complete documentation index at: https://docs.instaview.sk/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome to InstaView API

> Build powerful AI-powered interview solutions with InstaView's comprehensive API

## What is InstaView?

InstaView is an AI-powered interview platform that helps companies automate and enhance their recruitment process. Our API enables you to integrate InstaView's intelligent interview capabilities directly into your applications, ATS systems, or custom workflows.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get up and running with your first API call in minutes
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Learn how to authenticate with API keys and manage scopes
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference">
    Explore all available endpoints and their parameters
  </Card>

  <Card title="Guides" icon="book" href="/guides/api-keys">
    Deep dive into concepts and best practices
  </Card>
</CardGroup>

## Key Features

<AccordionGroup>
  <Accordion title="Candidate Management" icon="users">
    Create, update, and manage candidates with rich profile data. Associate candidates with jobs and track their interview progress through your recruitment pipeline.
  </Accordion>

  {" "}

  <Accordion title="Job Management" icon="briefcase">
    Define job postings with detailed requirements, skills, and descriptions.
    Organize your recruitment efforts with flexible job status tracking and
    company-level isolation.
  </Accordion>

  {" "}

  <Accordion title="AI Interview Agents" icon="robot">
    Configure intelligent interview agents with custom voice characteristics,
    interview questions, and evaluation criteria. Leverage AI to conduct
    consistent, unbiased interviews at scale.
  </Accordion>

  {" "}

  <Accordion title="Interview Scheduling" icon="calendar">
    Schedule and manage AI-powered interviews for your candidates. Support for
    both immediate and scheduled interviews with comprehensive status tracking.
  </Accordion>

  {" "}

  <Accordion title="Interview Analytics" icon="chart-line">
    Access detailed interview transcripts, candidate analysis, and performance
    metrics. Make data-driven hiring decisions with comprehensive interview
    insights.
  </Accordion>

  <Accordion title="Enterprise Security" icon="shield-check">
    Company-level data isolation, scope-based access control, audit logging, and secure API key management ensure your data stays protected.
  </Accordion>
</AccordionGroup>

## Use Cases

### ATS Integration

Connect your Applicant Tracking System to InstaView for seamless candidate interview automation. Perfect for platforms like Greenhouse, Lever, or custom ATS solutions.

### Custom Recruitment Portals

Build branded recruitment experiences with InstaView's API powering the interview layer. Full control over candidate experience while leveraging AI capabilities.

### High-Volume Screening

Automate initial candidate screening interviews at scale. Handle hundreds of interviews simultaneously with consistent quality and evaluation criteria.

### Multi-Tenant Platforms

Build recruitment marketplaces or multi-company platforms with InstaView's company isolation and ATS key capabilities.

## API Architecture

The InstaView API follows RESTful principles with a resource-oriented design:

* **Base URL**: `https://api.instaview.sk`
* **Authentication**: API Key via `Authorization: Bearer` header
* **Format**: JSON request and response bodies
* **Versioning**: URL-based versioning (currently v1)
* **Security**: TLS 1.2+, scope-based permissions, rate limiting

## Core Resources

<CardGroup cols={2}>
  <Card title="Jobs" icon="briefcase" href="/guides/resources/jobs">
    Job postings and position management
  </Card>

  <Card title="Candidates" icon="user" href="/guides/resources/candidates">
    Candidate profiles and application data
  </Card>

  <Card title="Interviews" icon="microphone" href="/guides/resources/interviews">
    AI-powered interview sessions and results
  </Card>

  <Card title="Agents" icon="robot" href="/guides/resources/agents">
    Interview agent configuration and templates
  </Card>

  <Card title="Companies" icon="building" href="/guides/resources/companies">
    Company management and settings
  </Card>

  <Card title="Billing" icon="credit-card" href="/guides/resources/billing">
    Usage tracking and subscription management
  </Card>
</CardGroup>

## Getting Help

<CardGroup cols={2}>
  <Card title="Support" icon="life-ring" href="https://support.instaview.sk">
    Contact our support team for assistance
  </Card>

  <Card title="Status" icon="signal" href="https://status.instaview.sk">
    Check API status and uptime
  </Card>
</CardGroup>

## Next Steps

<Steps>
  <Step title="Create an API Key">
    [Generate your API key](/guides/api-keys) from the InstaView dashboard with
    appropriate scopes
  </Step>

  <Step title="Make Your First Request">
    Follow our [quickstart guide](/quickstart) to make your first API call
  </Step>

  <Step title="Explore Resources">
    Learn about [core resources](/guides/resources/jobs) and how they work
    together
  </Step>

  <Step title="Build Your Integration">
    Apply [best practices](/guides/best-practices) to build a production-ready
    integration
  </Step>
</Steps>

<Note>
  **API Version**: This documentation covers the latest version of the InstaView
  API.
</Note>
