Getting started
Place a call and play audio in three steps.
Get your credentials
Ask support to provision an application with your HTTPS webhook
URL. You will receive an app_uuid and an api_key: app_uuid
identifies your application, and api_key is its secret.
Authenticate API requests with:
The platform signs every webhook delivery. See Webhook signature verification for verification examples.
Play audio
After the session.answered event
arrives, play the audio file:
Playback progress arrives through
playback.started and
playback.stopped events.