Audio
Text to Speech
Turn text to human-like AI voices with low latency and great quality.
POST
/
v1
/
ai
/
tts
Body
text
string
The text to generate speech from.
accent
string
default: "en-US-male-1"Speeker voice accent. Not required if either speaker_clone_file_store_key
or
speaker_clone_url
is specified.
speaker_clone_url
string
The url to the voice clone sample. Not required if
speaker_clone_file_store_key
is specified.
speaker_clone_file_store_key
string
The key used to store the voice sample file on Jigsawstack File
Storage. Not
required if speaker_clone_url
is specified.
See Speaker Voice Accents for more speaker accents.
Header
x-api-key
string
requiredYour JigsawStack API key
Response
success
boolean
Indicates whether the call was successful.
Was this page helpful?