Retrieve a specific voice by its ID. Only returns voices created via API by the authenticated user. You should poll this a maximum of once every 3 seconds while waiting for a voice to complete.
GET
/
v1
/
me
/
voices
/
{voiceId}
Get voice by ID
Copy
curl --request GET \ --url https://api.voicedub.ai/v1/me/voices/{voiceId} \ --header 'Authorization: <api-key>'