Retrieve your API key

Once you have access to API.audio, log in and go to your settings page . There you will find your SuperOrganisation ID and API keys.

Authentication with the API.audio API is done using api key authentication method, you just need to specify your API key as your bearer token.

curl --request GET \
     --url https://v1.api.audio/voice \
     --header 'Accept: application/json' \
     --header 'x-api-key: APIKEY'

❗️

Keep your API keys secret!

API keys must be kept secret. They should not be in your client-side code or checked into your application's code.


What’s Next