Resources / API Reference
API Reference
Integrate ConnectDeep AI programmatically. REST API, WebSocket streams, and webhook events — fully documented.
Agents API
Create, configure, and manage voice agents programmatically. Full CRUD with versioning support.
POST /v1/agents
Calls API
Initiate outbound calls, retrieve call logs, and access transcripts and metadata.
POST /v1/calls
Analytics API
Query call metrics, agent performance, sentiment trends, and custom reports.
GET /v1/analytics
Real-Time Streams
Stream live call events, transcript updates, and agent state changes in real time.
wss://api.connectdeep.ai/v1/stream
Event Webhooks
Receive call lifecycle events — started, completed, transferred, escalated — via HTTP POST.
call.completed · agent.connected
Client Libraries
Python, Node.js, and TypeScript SDKs with full type coverage. Coming soon: Go, Java, Ruby.
pip install connectdeep · npm i @connectdeep/sdk