POST
Get Voice Preview
Generates a short spoken preview of the given voice.
POST
https://api.vantaxai.com/v1/voices/{voice_id}/previewPass custom `text` to hear the voice say a specific phrase, or omit it to use a default greeting. Returns a temporary audio URL.
Headers
AuthorizationstringrequiredBearer authentication with your secret API key.
example: Bearer vx_live_3fa9c2…
Content-TypestringrequiredMust be application/json for requests with a body.
example: application/json
Path Parameters
voice_idstringrequiredThe voice to preview.
example: voice_aria
Body Parameters
textstringoptionalText to synthesize. Defaults to a sample greeting.
languagestringoptionalOverride the language for this preview.
example: en-US
speed_alphanumberoptionalSpeech rate multiplier (0.5–2.0).