Update Voice
PATCH
https://api.async.ai/voices/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://api.async.ai/voices/' \
--header 'x-api-key: <api-key>' \
--header 'version: v1' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Voice 1",
"description": "Happy voice with british accent"
}'
Response Response Example
{
"id": "voice_id_1",
"my_voice": true,
"name": "Voice 1",
"description": "Happy voice with british accent",
"created_at": "2025-03-30T11:15:32Z",
"language": "en",
"is_starred": true,
"gender": "male"
}
Request
Path Params
id
string
required
Header Params
x-api-key
string
required
Example:
<api-key>
version
string
optional
Example:
v1
Body Params application/json