States
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
POST /v1/states/infer HTTP/1.1
Host: api.haloproject.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 68
{
"features": {
"features": [
1
],
"names": [
"text"
]
},
"model_id": "focus-v1"
}{
"probs": {
"focus": 0.82,
"calm": 0.12,
"load": 0.06
},
"latency_ms": 120
}