Skip to main content

I'm integrating the Speakatoo API and would like to confirm the correct format for including the API key in the request headers. Could someone clarify the proper way to structure this?

You need to pass API Key in the HTTP Authorization request header as 'X-API-KEY: YOUR-API-KEY'. Your Content-Type header should be 'Content-Type: application/json'.


Reply