Logo
Zoom Public API Documentation

phone-users-{userId}-audios

Number of APIs: 2


1. List audio items

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

Returns personal audios. Only the admin or user can query your audios and directly pass the me value instead of the userId parameter.

Prerequisites: * Business or Education account * Zoom Phone license

Scopes: phone:read,phone:read:admin

Granular Scopes: phone:read:list_audios,phone:read:list_audios:admin

Rate Limit Label: LIGHT



2. 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



ENDPOINTS