Authorization: Bearer ********************{
"model": "jev-1.13.0",
"state": {
"ticket": "Payment failed and the customer is blocked."
},
"questions": {
"urgent": {
"type": "noul",
"instructions": "Is this ticket urgent?"
}
}
}curl --location 'https://api.mixrouter.com/v1/systemone' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "jev-1.13.0",
"state": {
"ticket": "Payment failed and the customer is blocked."
},
"questions": {
"urgent": {
"type": "noul",
"instructions": "Is this ticket urgent?"
}
}
}'{
"model": "jev-1.13.0",
"answers": {
"urgent": {
"type": "noul",
"noul": 0.78
}
},
"usage": {
"input_tokens": 285,
"output_tokens": 20
}
}