Get transcription
This example demonstrates how to get a call recording transcription.
Replace the following placeholder value in the sample code:
| Key | Description |
|---|---|
bearer_token | Your OAuth token. Read more about OAuth tokens |
recording_id | The recording ID |
curl --location --request GET 'https://api.vonage.com/t/vbc.prod/call_recording/v1/api/transcription/$recording_id' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer $bearer_token' \