ダウンロード・レコーディング

この例では、通話録音の音声ファイルをダウンロードする方法を示します。

サンプルコード内の以下のプレースホルダーの値を置き換えてください:

キー 説明
bearer_token OAuth トークン。 OAuthトークンについてもっと読む
account_id Vonage Business CommunicationsのアカウントID。認証されたユーザのアカウントを参照するには 'self' を使用できます。
recording_id 録音ID
curl --location --request GET 'https://api.vonage.com/t/vbc.prod/call_recording/v1/api/audio/recording/$recording_id' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer $bearer_token' \