[SOLVED] Help setting up WebAPI


I’m trying to set up this Deepgram voice recognition api. I’m just using the audio link provided to test the response.
The response i’m getting is:
"connection header did not include “upgrade”

Please help. What am I doing wrong?

EDIT: to clarify I did try the full URL (not shown in screenshot) but same issue.


All solved. Issue was I was using “get” function when I should have used “post”.

2 Likes

Great explanation!