Add an audio item for text-to-speech conversion

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

Use this API to add an audio item for text-to-speech conversion .

Prerequisites:

  • Business or Education account
  • Zoom Phone license

Scopes: phone:write , phone:write:admin

Rate Limit Label: Light

Request Body

{"audio_name"=>"hello.mp3", "text"=>"hello", "voice_language"=>"en-US", "voice_accent"=>"Joanna-Female"}

HEADERS

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

RESPONSES

status: Created

{"audio_id":"fPOSdWWqRVqhohLYs7TW9Q","name":"hello.mp3"}