Agents API Client
Cartesia Agents API Client (Cartesia Line) is a developer-focused platform for building and deploying real-time voice agents. It provides tools and infrastructure to handle live voice conversations using Cartesia’s low-latency speech models, while giving developers full control over agent logic, integrations, and behavior, making it easy to create scalable, production-ready voice agents for use cases like customer support and automation.
You can integrate the Cartesia Agents API Client into your Voximplant application via the Cartesia VoxEngine module. It provides a client interface to communicate with the Cartesia models in real time and produce both audio and text transcriptions.
Usage
- Require the
Modules.Cartesiamodule in your VoxEngine scenario. - Create a
Cartesia.AgentsClientinstance (via theCartesia.createAgentsClientmethod) and provide your parameters. - Send media between
CallandCartesia.AgentsClient(via the*.sendMediaorVoxEngine.sendMediaBetweenmethods). - Listen to the
Cartesia.AgentsClientevents (via theCartesia.AgentsEventsevent list) and implement you application business logic.
Here is the complete scenario example for your reference:
Cartesia Agents API Client