Get a Seedance API Key
Create, reveal and use a Seedance API bearer key from the dashboard without exposing the secret in client-side code or logs.
Create a key
- Create an account or sign in.
- Open the Dashboard.
- Create an active API key and copy it when it is revealed.
- Store the secret in a server-side environment variable or secret manager.
- Send it in the bearer Authorization header.
http
Authorization: Bearer sk_live_xxxKey security
Authentication errors
missing_api_key: no bearer token was sent.invalid_api_key: the key is invalid or revoked.rate_limited: the key reached its daily local request limit.