curl --request POST \
--url http://localhost:3000/api/audio/{agentId}/audio-messages/synthesize \
--header 'Content-Type: application/json' \
--data '
{
"text": "<string>",
"options": {
"voice": "<string>",
"language": "<string>"
}
}
'"<string>"Convert text to speech using agent’s voice settings
curl --request POST \
--url http://localhost:3000/api/audio/{agentId}/audio-messages/synthesize \
--header 'Content-Type: application/json' \
--data '
{
"text": "<string>",
"options": {
"voice": "<string>",
"language": "<string>"
}
}
'"<string>"Was this page helpful?