Skip to main content
GET
/
v1
/
agents
/
{agentId}
/
deployed-voices
List deployed voices
curl --request GET \
  --url https://api.us.poly.ai/v1/agents/{agentId}/deployed-voices \
  --header 'x-api-key: <api-key>'
{
  "deployedVoices": [
    {
      "id": "<string>",
      "genaiProjectId": "<string>",
      "voiceId": "<string>",
      "probability": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.poly.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Path Parameters

agentId
string
required

Response

Deployed voices for the project

All voices deployed to the project's rotation.

deployedVoices
DeployedVoiceResponse · object[]
required
Last modified on May 22, 2026