Update Voice
PUT
https://api.async.ai/voices/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT '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
204 - Example 1
{}
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
Responses
Modified at 2025-06-26 10:48:38