> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.anthropod.in/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.anthropod.in/_mcp/server.

# Connect your application

> A simple integration flow for your backend or data pipeline.

To submit recordings or chats, trigger calls, or embed a view, start with [batch analytics](/create-analysis), [outbound calls](/outbound-calls), or [embedded URLs](/embedded-urls). For a managed provider connection, use the [integration directory](/integrations).

## Receive results through webhooks

Set callback URLs and authentication headers in **Developer Hub → Configuration**. Anthropod pushes call analytics, chat analytics, and Voice Agent results after processing, so your backend can update the CRM or application without continuous polling. Follow the [webhook guide](/webhooks).

## Import data using the read API

Connect your backend to `https://anthropod.in/api/v2` using your Developer Hub private API key.

#### Choose your resource

Use Conversation Analytics for analyzed calls and chats or Voice Agents for agent session records.

#### Set the scope

Use server-side credentials. Select an authorized service for Conversation Analytics or agent filter for Voice Agents.

#### Read a window

Convert calendar boundaries to epoch seconds and fetch a bounded date range.

#### Follow pagination

Process every page by its returned cursor and save records by their stable ID.

#### Reconcile updates

Update saved records when analysis or customer profiles change.

Keep Anthropod IDs in dedicated external-reference fields in your destination system. Customer names, phone numbers, and labels are mutable and should not be used as replacement identifiers.