Skip to main content

Authentication

To access our services, you'll need to authenticate your requests using a unique API token. API tokens serve as a secure way to verify your identity and permissions when interacting with our services. To obtain an API token, simply request one through our platform. Once you have your token, include it in the headers of your API requests. This authentication method ensures the security of your data and allows you to seamlessly integrate our services into your applications.

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 support@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