Connect your application

View as Markdown

To submit recordings or chats, trigger calls, or embed a view, start with batch analytics, outbound calls, or embedded URLs. For a managed provider connection, use the integration directory.

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.

Import data using the read API

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

Choose your resource

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

Set the scope

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

Read a window

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

Follow pagination

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

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.