Authentication
All VoiceFox Open Platform APIs are authenticated with a Bearer token.
API token
Create one on the Console under “Open Platform → API Token.” Each token is bound to a workspace — store it safely.
Request header
Add Authorization to every request:
http
Authorization: Bearer <YOUR_TOKEN>Common errors
| Status | Meaning | Action |
|---|---|---|
401 | Missing or invalid token | Check the Authorization header |
403 | Permission denied | Verify the token's workspace |
429 | Rate limited | Lower QPS or request a higher quota |