Hi all, I’m trying to set up authentication with the Hume Voice API in the API connector plugin. The Hume documentation says:
- API key authentication: This is used for server-side requests and involves including the API key in the
X-Hume-Api-Key
header for REST API endpoints or as a query parameter for WebSocket endpoints.
Here is a screenshot of what I’ve done so far:
I’m not sure if I’m using the wrong key name, or if the ‘X-Hume-Api-Key’ needs to be the key name. There is also a secret key that hume gives you, and I’m not sure if / how to use that. I think it’s obvious that I’m a total newbie on APIs. In my defence I’ve read all the Hume documentation, but it’s about using code to connect so it’s not that helpful.
I’d really appreciate any guidance!
Thanks