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

# Gather API

> Programmatically create and manage phone interviews with the Qualifi Gather API

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/getting-started/quickstart">
    Get up and running with the Gather API in minutes. Learn how to authenticate and make your first request.
  </Card>

  <Card title="Authentication" icon="lock" href="/getting-started/authentication">
    Understand how to authenticate your API requests using API keys and Basic Authentication.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/questions">
    Browse the complete API reference for all endpoints, request parameters, and response formats.
  </Card>

  <Card title="Guides" icon="book" href="/guides/creating-first-interview">
    Step-by-step guides for common workflows like creating interviews and sending invites.
  </Card>
</CardGroup>

## What is the Gather API?

The Gather API transforms Qualifi into a developer-friendly, API-first platform for voice interviews. You can seamlessly integrate phone interview capabilities into your existing systems, workflows, and applications without requiring manual intervention in the Qualifi platform.

### Key Features

* **RESTful API**: Standard HTTP methods and JSON responses
* **API Key Authentication**: Simple Basic Auth with organization-scoped credentials
* **Comprehensive Resources**: Manage questions, interviews, candidates, and more
* **Webhook Support**: Receive real-time notifications for interview events
* **Rate Limited**: 1000 requests/hour per API key with burst protection

### Base URLs

<Callout type="info">
  **Production**: `https://api.prod.qualifi.hr`\
  **Staging**: `https://api.dev.qualifi.hr`\
  All endpoints are prefixed with `/qsi/gather/`
</Callout>

### Getting Started

<Steps>
  <Step title="Get your API credentials">
    Contact your Qualifi administrator to obtain your API key and organization ID.
  </Step>

  <Step title="Set up authentication">
    Configure your HTTP client with Basic Authentication using your credentials.
  </Step>

  <Step title="Make your first request">
    Send a GET request to `/qsi/gather/questions` to retrieve your questions.
  </Step>
</Steps>

### Need Help?

* Check out the [Quick Start Guide](/getting-started/quickstart) for a step-by-step walkthrough
* Browse the [API Reference](/api-reference/questions) for complete endpoint documentation
* Review the [Guides](/guides/creating-first-interview) for common use cases
* Contact support at [support@qualifi.hr](mailto:support@qualifi.hr)
