Handling Recording Format
Recordings will be sent to your webhooks in the keyrecording_wav as base64 string buffers.
Use Buffer.from to convert the base64 string into a writable buffer, like so:
Extra Server Middleware
Make sure to use theexpress.json({ limit: '1gb' }) middleware on your server to allow incoming large payloads.
Getting an API Key
Get your docs set up locally for easy development
Access your dashboard
Preview your changes before you push to make sure they’re perfect