For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Greeting

Download a greeting

GET or POST Request

https://v1.api19.com/voicemail/greeting/get

Download a greeting from a voicemail box

HTTP Post Variables Supported

Argument

Required

Type

box_id

yes

2-12 digits

key

yes

api key

curl https://v1.api19.com/voicemail/greeting/get \
 -d 'key=api_token' \
 -d 'box_id=2233'
curl "https://v1.api19.com/voicemail/greeting/get?key=api_token&box_id=2233"
{"status":"ok","data":"base64encoded wav file"}
OR
{"status":"error","error":"file not found"}

Last updated