Rate this page:

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

Copy URL
  1. Require the Modules.Cartesia module in your VoxEngine scenario.
  2. Create a Cartesia.AgentsClient instance (via the Cartesia.createAgentsClient method) and provide your parameters.
  3. Send media between Call and Cartesia.AgentsClient (via the *.sendMedia or VoxEngine.sendMediaBetween methods).
  4. Listen to the Cartesia.AgentsClient events (via the Cartesia.AgentsEvents event list) and implement you application business logic.

Here is the complete scenario example for your reference:

Cartesia Agents API Client

Cartesia Agents API Client