Deploy AI to phone calls via API
The Vocode hosted service allows you to automate inbound and outbound phone calls via our API and SDKs. You can configure agents to answer phone calls (inbound) or make phone calls on your behalf (outbound).
The hosted API is built to be scalable and production ready. Vocode provides guardrails to make sure agents perform the intended goals reliably and metrics to analyze performance.
To get started with Vocode, you can start by installing either of our Python or Node SDKs, or hitting the API directly.
Install the vocode-api
package using a package manager.
Initialize the Vocode client like so:
Install the vocode-api
package using a package manager.
Initialize the Vocode client like so:
If you’d prefer to hit our API directly, take a look at our API Reference.
Once you have Vocode installed, we suggest going through the Hosted Walkthrough which will show you how to start interacting with the API.