Video mp4 transcribe behave differently in playground vs API #178
-
Which Deepgram product are you using?Deepgram API DetailsHello, if I transcribe an mp4 video on the playground (https://playground.deepgram.com/) the trascription looks incredibly fine. POST https://api.deepgram.com/v1/listen?punctuate=true¶graphs=true&language=it&model=enhanced ================================== the response looks totally different from the one shown in playground
API ================= If you are making a request to the Deepgram API, what is the full Deepgram URL you are making a request to?https://api.deepgram.com/v1/listen?punctuate=true¶graphs=true&language=it&model=enhanced If you are making a request to the Deepgram API and have a request ID, please paste it below:9a343bb9-5e2b-4c54-adf8-c4c0209338ab If possible, please attach your code or paste it into the text box.No response If possible, please attach an example audio file to reproduce the issue.No response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hey @stefanosalvucci, thanks for the detailed information. We often see results like this if the Alternatively: I tried to reproduce the issue by running the same API call (https://api.deepgram.com/v1/listen?punctuate=true¶graphs=true&language=it&model=enhanced) on an Italian podcast. The transcript I received looks good to me, so it's possible that we'll only be able to reproduce the issue with the audio file you're using. Could you please upload the audio file (or send us a link to it) so we can see if it's an issue with that specific audio file? |
Beta Was this translation helpful? Give feedback.
-
Hi @jjmaldonis, here you can find the video: https://file.io/orWmX522W2EE |
Beta Was this translation helpful? Give feedback.
-
After some debugging and thanks to https://console.deepgram.com/project/XXXXXX/usage/logs I've discovered that the wrapper for POST request was inserting the query string as body in the request. Sorry for the disturb |
Beta Was this translation helpful? Give feedback.
After some debugging and thanks to https://console.deepgram.com/project/XXXXXX/usage/logs I've discovered that the wrapper for POST request was inserting the query string as body in the request.
Sorry for the disturb