cURL
curl --request GET \ --url https://api.example.com/v1/voices/{voice_id}/preview \ --header 'X-API-KEY: <api-key>'
{ "code": 100, "data": { "audio_base64": "<string>" }, "message": "<string>" }
Get voice preview by id
Successful Response
Show child attributes
Was this page helpful?