Hosted Quickstart
Deploy AI to phone calls via API
Introduction
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.
Getting started
To get started with Vocode, you can start by installing either of our Python or Node SDKs, or hitting the API directly.
Python
Install the vocode-api
package using a package manager.
Initialize the Vocode client like so:
Node
Install the vocode-api
package using a package manager.
Initialize the Vocode client like so:
API Reference
If you’d prefer to hit our API directly, take a look at our API Reference.
Hosted Walkthrough
Once you have Vocode installed, we suggest going through the Hosted Walkthrough which will show you how to start interacting with the API.