Path parameters
-
entity_id
Required ID of the entity related to the chat
POST
/data/entities/{entity_id}/chat/messages
curl \
--request POST 'http://api.example.com/data/entities/{entity_id}/chat/messages' \
--header "Authorization: $API_KEY"