cURL
curl --request POST \ --url https://ai-loop.alpeadria.com/api/public/chat \ --header 'Content-Type: application/json' \ --data ' { "message": "Help me ship machines from Venice to Munich." } '
{ "sessionId": "abc-123", "message": "I can help you with that shipment. Where is the origin?", "status": "active" }
"Help me ship machines from Venice to Munich."
Assistant response text