Skip to main content

Authentication

Keep your API Key private at all time

A common error is to store an API Key as a variable in client-side code such as web or mobile apps. Our API Keys are designed for server-side applications. If you believe your API Key has been compromised, please invalidate it.

AudioShake uses API keys to allow access to the API. You can register for an AudioShake API key by contacting us at info@audioshake.ai. On the creation of a client, we include a license that represents your access rights and includes an API key alongside it.

AudioShake expects for the API key to be included in all API requests to the server in a header that looks like the following:

GET /api/resource HTTP/1.1
Host: example.com
Authorization: Bearer YOUR_ACCESS_TOKEN