1
Create your account
Sign up for a free account at dashboard.pyannote.ai to access the pyannoteAI platform.
- Go to dashboard.pyannote.ai
- Signup with your work email or use your GitHub account to register
- Complete your account setup
2
Generate an API key
Generate an API key to authenticate your requests to the pyannoteAI API.
- In your dashboard, navigate to the API Keys section
- Click “Create new key”
- Give your key a descriptive name (e.g., “Development key”)
-
Copy the key and store it securely (you won’t be able to see it again after you leave the page)

Keep your API key secure and never expose it in client-side code or public repositories.
3
Test your API connection
Verify your API key is working by making a test request to our test endpoint.If successful, you’ll receive a response like:
Test API Call
What’s next?
Now that you have a working API key, you can start building with pyannoteAI:Diarize audio files
Learn how to submit audio files for speaker diarization and process the results.
API reference
Explore the complete API documentation for all available endpoints.
Need help?
- 📖 Browse our tutorials for step-by-step guides
- ❓ Check our FAQs for common questions
- 💬 Join our Discord community for support
- 📧 Email us at support@pyannote.ai