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

StatusMeaningAction
401Missing or invalid tokenCheck the Authorization header
403Permission deniedVerify the token's workspace
429Rate limitedLower QPS or request a higher quota