Authentication

Keep your API Key private at all time

Every request to the API must be authenticated with an API Key. You can generate an API Key in your dashboard.

Using the API Key

Once you have the API Key you should use it to authenticate all your API requests. You can do this by adding the following header to your request:

curl --request GET \
	--url https://api.music.ai/api/application \
	--header 'Authorization: your-api-key-here'

Invalidating the API Key

Log into your dashboard and delete the Aplication associated with the API Key. Note that all your applications/integrations that use this API Key will stop working.