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
Documentation IndexFetch the complete documentation index at: https://docs.elizaos.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.elizaos.ai/llms.txt
Use this file to discover all available pages before exploring further.
ID of the agent
Show child attributes
Conversation converted to speech successfully
The response is of type file.
file
Was this page helpful?