#Raw WebSocket query parameters

1 messages · Page 1 of 1 (latest)

hazy shore
#

I'm trying to configure a client to use the websocket directly (no SDK) and it works perfectly, until I try to configure the client.
I'm referring to the streaming reference, specifically to the section query parameters.

What I'm trying to use nova-2 conversationai with:
language: en-GB
punctuate: true
smart_format: true
endpointing: 2000

Any suggestion?

round tideBOT
#

Thanks for asking your question. Please be sure to reply with as much detail as possible so we can assist you efficiently. Such as:

  • Provide the request_id if you've a question about a transcription response.
  • The options you used or the api.deepgram.com URL you sent your request to, including parameters.
  • Any code snippets you can include.
  • Any audio you can include, or if you can't share it here please email it to us at [email protected] and provide a link to this thread.
hazy shore
#

When I try to add the parameters directly to the URL (my first attempt), the web-socket doesn't connect (and it doesn't fire any error)

hazy shore
#

Ok, after a few attempts, it seems the problem is the language set to en-GB, if I don't pass the language, it works fine.