{
"text": "string",
"images": [
{
"url": "string"
}
],
"voice": {
"url": "string"
},
"conversation_id": "string",
"sender_id": "string",
"metadata": {},
"streaming": true
}
curl --location --request POST 'https://api.openbot.chat/openapi/v1/chat/send_message' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "string",
"images": [
{
"url": "string"
}
],
"voice": {
"url": "string"
},
"conversation_id": "string",
"sender_id": "string",
"metadata": {},
"streaming": true
}'
{}