Get Your API Key
- Sign up at seedance2-pro.com
- Go to Account
- Create a new API key
- Copy and store it securely
Using Your API Key
Include the API key as a Bearer token in theAuthorization header:
Example
Authentication Errors
| Code | Message | Solution |
|---|---|---|
| 401 | Missing Authorization header | Add the Authorization header |
| 401 | Invalid API Key | Check your API key |
| 401 | API Key is inactive | Reactivate in Account |
| 401 | API Key has expired | Generate a new key |
| 403 | API access not enabled for this account | Contact support to request developer access |
Security Best Practices
- Never expose API keys in client-side code or public repositories
- Use environment variables to store keys
- Rotate keys periodically
- Create separate keys for development and production
Next Steps
Quick Start
Generate your first video