cURL
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
ID of the agent
Show child attributes
Conversation converted to speech successfully
The response is of type file.
file
Was this page helpful?