Sign in

Get Recording WAV

documented

Download the recording WAV file.

GET /a1/recordings/{id}.wavRecordingsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.46elks.com/a1/recordings/{{$recording_id}}.wav" \
  -X GET \
  -u "{{46ELKS_API_KEY}}:{{46ELKS_SECRET}}" \
  -H "Accept: audio/wav" \
  -H "Content-Type: application/x-www-form-urlencoded"
Get Recording WAV · 46elks · OpenIntegrations