Skip to main content
POST
Store a completed voicemail recording

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Body

application/json
call_sid
string

jambonz call SID of the recorded leg.

duration
number

Recording length in seconds.

recording_url
string<uri>

HTTPS URL of the recorded audio (WAV/OGG).

size
integer

Recording size in bytes.

Response

200 - application/json

Acknowledged. Returns an empty jambonz verb array so the call ends cleanly once the recording is queued for processing.