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

# Talkover API

> Build phone conversations programmatically. Automate sales, support, scheduling, and outreach through voice.

The Talkover API lets you place and receive phone calls handled by voice agents — autonomous LLM-driven assistants that follow your instructions, run integrations during the call, and deliver structured results back to your system.

## What you build with it

* Inbound agents that answer your phone numbers and handle support, scheduling, or qualification.
* Outbound agents that follow up on form submissions, confirm appointments, or run surveys.
* Campaigns that dispatch outreach at scale with retry rules, time windows, and DNC lists.
* Webhooks that push events to your system so you can correlate calls with internal records.

## Two ways to place calls

There are two endpoints for outbound calls. Pick based on intent:

* **[Make a call](/en/api-reference/endpoints/make-call)** — one-off, dispatched immediately. Use for hot leads, callbacks after a form submission, or any flow where the call is triggered by a single user event.
* **[Make a campaign call](/en/api-reference/endpoints/make-campaign-call)** — queued under a campaign. The campaign enforces working hours, retry policy, and DNC. Use for batch outreach.

Both return a `call_id` you can track via [List calls](/en/api-reference/endpoints/list-calls) or webhook events.

## Where to start

1. [Quickstart](/en/getting-started/quickstart) — first call in a few requests.
2. [Authentication](/en/api-reference/authentication) — environment tokens vs account tokens.
3. [API reference](/en/api-reference/introduction) — full endpoint catalog.
