POST {{baseUrl}}/phone/users/:userId/audios/batch
Use this API to add audio items. You can only upload voice files at this time. Prerequisites:
* Business or Education account
* Zoom Phone license Scopes: Rate Limit Label: Size and quantity limits for audio attachments:
* Up to 5 attachments
* Each file size should be no more than 1MBphone:write
,phone:write:admin
Heavy
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"audios": [
{
"audio_id": "fPOSdWWqRVqhohLYs7TW9Q",
"name": "hello.mp3"
},
{
"audio_id": "fPOSdWWqRVqhohLYs7TW9Q",
"name": "hello.mp3"
}
]
} |
ENDPOINTS