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

| Key | Datatype | Required | Description | | Content-Type | string | | | | Accept | string | | |

RESPONSES

status: Created

{"audio_id":"\u003cstring\u003e","name":"\u003cstring\u003e"}