Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.us.poly.ai/v1/accounts/{accountId}/voice-library/{voiceId} \ --header 'X-API-KEY: <api-key>'
{ "voice": { "id": "<string>", "name": "<string>", "provider": "<string>", "providerVoiceId": "<string>", "config": {}, "metadata": {}, "isPolyVoice": false } }
Successful response
Response for single voice endpoints.
A single voice as returned by the public API.
Show child attributes
Was this page helpful?