Skip to main content
POST
/
api
/
public
/
chat
AI Chat Assistant
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"
}
Interface with the logistics AI assistant to generate inquiries via conversational chat.

Body

application/json
message
string
required
Example:

"Help me ship machines from Venice to Munich."

Response

200 - application/json

Assistant response text

sessionId
string
message
string
status
string