Obtenir une transcription

Cet exemple montre comment obtenir une transcription de l'enregistrement d'un appel.

Remplacez la valeur de remplacement suivante dans l'exemple de code :

Clé Description
bearer_token Votre jeton OAuth. En savoir plus sur les jetons OAuth
recording_id L'ID de l'enregistrement
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' \