Integrate
Drive Talkif from your own systems — place calls, receive what happens, and let agents reach your backend mid-conversation.
Everything the dashboard does after design time is available over HTTPS at https://api.talkif.ai, and the interesting integrations run in the other direction too: Talkif calling your endpoints during a conversation, and streaming what’s happening on a call to your systems as it happens.
Three directions, three mechanisms:
API keys: scopes, IP allowlists, expiry, usage and error tracking, revocation.
@talkif/sdk and talkif — install, auth, paging, errors.
Install the Talkif Agent Skills into Claude Code, Codex or Cursor.
A voice agent on any web page with a publishable key and the browser SDK.
Verify the Talkif-Signature header; rotate secrets; delivery limits.
Subscribe to an account or a call over WebSocket; every event type.
Safe retries, what’s limited and how to behave when you hit it.
Call every lead within seconds and feed outcomes back to Meta.
The complete endpoint reference, with request and response schemas and examples in curl, TypeScript and Python, is the API Reference.