Over Dimension Over Load
Parameters
In postman, send a POST to localhost:4004/NFFS-ODOL/v1/odol-classification
{
"images": ["base64", "base64", ...]
}
Response
Success
{
"job": {
"id": "2022122814242800807d33521b3af452ffc366c361adf30f082265c42ea43aef1e59139396c892f28",
"result": {
"analytic_type": "ODOL_CLASSIFICATION_PIPELINE",
"result": [
{
"odol_classification": [
{
"confidence": 0.9501259922981262,
"odol": false
},
{
"confidence": 0.9956569671630859,
"odol": true
},
{
"confidence": 0.0000014172385363053763,
"odol": false
}
]
}
],
"status": "success"
}
},
"message": "ODOL Classification Success",
"ok": true
}
Error
{
"job": {
"id": "hex",
"result": null
},
"message": "string",
"ok": false
}
Last updated
Was this helpful?