Get Your API Key
Create a Fish Audio account
Create a Fish Audio account
Sign up for a free Fish Audio account to get started with our API.
- Go to fish.audio/auth/signup
- Fill in your details to create an account, complete steps to verify your account.
- Log in to your account and navigate to the API section
Get your API key
Get your API key
Once you have an account, you’ll need an API key to authenticate your requests.
- Log in to your Fish Audio Dashboard
- Navigate to the API Keys section
- Click “Create New Key” and give it a descriptive name, set a expiration if desired
- Copy your key and store it securely
Client Initialization
Initialize theFishAudio client with your API key:
- Environment Variable (Recommended)
- Direct API Key
- Custom Base URL
The most secure approach is using environment variables:Set the environment variable in your shell:Or create a Then load it using
.env file in your project root:python-dotenv:Verifying Authentication
Test your authentication by making a simple API call to check your account credits:AuthenticationError when verifying authentication. The example uses get_credits() to verify the authentication works.



