curl --request POST \
--url http://localhost:3000/api/audio/{agentId}/speech/conversation \
--header 'Content-Type: application/json' \
--data '
{
"messages": [
{
"text": "<string>",
"speaker": "<string>",
"timestamp": 123
}
]
}
'"<string>"Convert a conversation (multiple messages) to speech
curl --request POST \
--url http://localhost:3000/api/audio/{agentId}/speech/conversation \
--header 'Content-Type: application/json' \
--data '
{
"messages": [
{
"text": "<string>",
"speaker": "<string>",
"timestamp": 123
}
]
}
'"<string>"Was this page helpful?