Create an API key
Create and use AudioLasso API keys for HTTP requests, SDKs, agents, and automation.
API keys are the default way to call AudioLasso from scripts, coding agents, backends, and CI jobs.
Create a key
- Open API keys.
- Sign in.
- Enter a name like
Local dev,Production API, orAgent. - Click Create key.
- Copy the key immediately.
Keys are only shown once. Existing keys show their prefix, creation time, and last-used time.
Use the key
Set it in your shell:
export AUDIOLASSO_API_KEY="al_..."Send it as a bearer token:
curl https://audiolasso.dev/v1/models \
-H "Authorization: Bearer $AUDIOLASSO_API_KEY"Scopes
New dashboard keys currently include the scopes needed for normal API usage:
| Scope | Allows |
|---|---|
audio:separate | Submit separation jobs and read queue status/results |
files:write | Create temporary upload URLs |
files:read | Read uploaded file metadata |
models:read | List available models |
Revoke a key
Use the revoke button on API keys. Revoked keys stop working immediately.