Skip to main content
POST
/
api
/
public
/
classify
Classify Intent
curl --request POST \
  --url https://ai-loop.alpeadria.com/api/public/classify \
  --header 'Content-Type: application/json' \
  --data '
{
  "message": "<string>"
}
'
{
  "intent": "INQUIRY"
}
Classify the intent of a user message to determine if it’s a logistics inquiry or another type of request.

Body

application/json
message
string
required

Response

200 - application/json

Intent classification

intent
enum<string>
Available options:
INQUIRY,
OTHER