Authentication
Every request needs an API token in theAuthorization header.
voho_sk_live_.
A missing, malformed, or revoked token returns 401:
Endpoints
Response headers
Every response carriesX-Voho-Engine. Successful synthesis calls add the details of what was produced:
Credits
Synthesis draws down a credit balance. Pricing is per 1,000 characters and depends on the model:
Cost is rounded up, so a very short request still costs at least one cent.
When the balance reaches zero, synthesis returns
402:
Streaming calls are billed after the stream finishes, so a synthesis that fails partway is not charged.
Errors
Errors are JSON with a stablecode and a human-readable message. Branch on code, never on message.
Limits
- 5,000 characters per request. Longer text returns
text_too_long— split it into sentences and concatenate the audio.
Synthesise speech
The core endpoint.
Browse voices
Find a voice by dialect.

