Resources / API Reference

API Reference

Integrate ConnectDeep AI programmatically. REST API, WebSocket streams, and webhook events — fully documented.

REST

Agents API

Create, configure, and manage voice agents programmatically. Full CRUD with versioning support.

POST /v1/agents

REST

Calls API

Initiate outbound calls, retrieve call logs, and access transcripts and metadata.

POST /v1/calls

REST

Analytics API

Query call metrics, agent performance, sentiment trends, and custom reports.

GET /v1/analytics

WebSocket

Real-Time Streams

Stream live call events, transcript updates, and agent state changes in real time.

wss://api.connectdeep.ai/v1/stream

Webhooks

Event Webhooks

Receive call lifecycle events — started, completed, transferred, escalated — via HTTP POST.

call.completed · agent.connected

SDK

Client Libraries

Python, Node.js, and TypeScript SDKs with full type coverage. Coming soon: Go, Java, Ruby.

pip install connectdeep · npm i @connectdeep/sdk