This API will list all Audio files available on the account to be used in automated voice call or Sending VoiceMail Drop
Method: Get/Post
Base URL : https://hubbucs.com/site/api/list_audio_files
Method: Get/Post
Base URL : https://hubbucs.com/site/api/list_audio_files
Mandatory Parameters | Sample | Description |
---|---|---|
key | 374593457034859 | The company account API key, you can get from company settings > API settings |
Optional Parameters | Sample | Description |
---|---|---|
page_number | 876566 | Number of the page, (# of records per page is 20 records), default value : 1 |
Example:
Example :
https://hubbucs.com/site/api/list_audio_files?key=12134651Gsuid7349[&page_numer=1]
Response :
- {
- "audio_files":
- [
- {
- "file_title":"title of the file",
- "file_id":"unique_ID"
- },
- {
- "file_title":"title of the file",
- "file_id":"unique_ID"
- },
- {
- "file_title":"title of the file",
- "file_id":"unique_ID"
- }
- ]
- }
- ------OR------
- {
- "error_message":"error message"
- }