-
SourceLanguageCode
-
TargetLanguageCode
-
VoiceId
-
OutputFormat
-
Key
- Filename (No extension required)
-
Text
- The text to convert to translate and synthesis.
Headers
{
"Content-Type": "application/json"
}
Body
{
"SourceLanguageCode": "en",
"TargetLanguageCode": "es",
"Text": "Hi, my name is Miguel.",
"VoiceId": "Miguel",
"OutputFormat": "mp3",
"Key": "example"
}
{
"url": "https://s3.amazonaws.com/bucket/example.mp3"
}