Add an audio item for text-to-speech conversion

POST {{baseUrl}}/phone/users/:userId/audios

Adds an audio item for text-to-speech conversion. Only the admin or user can add your audio and directly pass the me value instead of the userId parameter.

Prerequisites: * Business or Education account * Zoom Phone license

Scopes: phone:write,phone:write:admin

Granular Scopes: phone:write:audio,phone:write:audio:admin

Rate Limit Label: LIGHT

Request Body

{"audio_name"=>"<string>", "text"=>"<string>", "voice_language"=>"<string>", "voice_accent"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;audio_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;}