Thank you for your help. I get the key API for speech evaluation. But I have a problem, when I call API enter for response I get the error message such:
{“status”:“error”,“short_message”:“error_audio_missing”,“detail_message”:“The user_audio_file is missing”}
As for your info, my source of audio (real-time Glide audio recorder) as below:
I already put it as body using json object:
{
“user_audio_file”: “https://storage.googleapis.com/glide-prod.appspot.com/uploads-v2/YRdiXZLsxItHWAHZubjK/pub/RJ5t4CvYHiHMEv61fXh9.mp3”
}
The API support team provide comment below:
The problem is that you are trying to pass a URL to the user_audio_file parameter. You need to pass a path to a local file. Checkout basic sample in python here:
Can you assist for this error, Thank you so much