cURL
curl --request GET \ --url https://api.argil.ai/v1/voices/{id} \ --header 'x-api-key: <api-key>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "createAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "status": "<string>", "sampleUrl": "<string>" }
Returns a single Voice identified by its id
API key to be included in the x-api-key header
The id of the Voice to retrieve
Detailed information about the Voice
Was this page helpful?