Deegram
# support
a
Deegram doesn't transcription doesn't work and is returning: An error occurred in this call: pipeline-error-deepgram-500-returning-invalid-json Transcriber failed (reason: Unexpected token '<', "<!DOCTYPE "... is not valid JSON) I think it may be because i'm setting the API Url incorrectly. I've tried a bunch of different urls e.g. https://console.deepgram.com/project/dwad23-dd6e-418c-b1f3-58fc99dc2d9b Nothing seems to work 🤔
v
message has been deleted
@Andy Dao I'm here to help! It sounds like there might be an issue with the API endpoint you're using. The URL you've provided seems to be for the Deepgram console, which is not the API endpoint. The API endpoint for Deepgram typically looks something like
https://api.deepgram.com/v1/listen
. To resolve this, you should use the correct API endpoint provided by Deepgram for transcription services. Make sure you're also including the necessary headers, such as your API key for authentication, and that you're sending the audio data in the correct format as specified by the Deepgram documentation. If you're unsure about the correct API endpoint or how to structure your API call, please refer to the Deepgram documentation or reach out to their support for further assistance. If you need help with anything else, feel free to ask!
You can continue this conversation by mentioning me in the message.
Got it. Tagging @User for additional help.
a
I've tried https://api.deepgram.com/v1/listen for the API URl but still the same issue with deepgram
s
closing this duplicate ticket for now.