{
"inputs": {},
"query": "string",
"response_mode": "string",
"conversation_id": "string",
"user": "string",
"files": [
{
"type": "string",
"transfer_method": "string",
"url": "string"
}
]
}
curl --location --request POST 'http://172.26.189.21/v1/chat-messages' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"inputs": {},
"query": "string",
"response_mode": "string",
"conversation_id": "string",
"user": "string",
"files": [
{
"type": "string",
"transfer_method": "string",
"url": "string"
}
]
}'
{}