/
GET /predict-api/api/classification/{objectId}
GET /predict-api/api/classification/{objectId}
As of Version | product version 2022 Winter |
---|---|
Request Method | GET |
Response Format | JSON |
Description | Retrieves a classification prediction for a single object identified by its The object type IDs will be returned as defined in the inference schema along with their probability in percentage (level of confidence) in the The response JSON further contains the |
Request Header | Content-Type: application/json X-ID-TENANT-NAME: tenant_name |
Request Example | /predict-api/api/classification/da20c2fb-8071-45e9-b4bf-2af376cdf9b7 |
Result Example | { "predictions": [{ "properties": { "appImpulse:receiptsot|appImpulse:receiptType|Rechnung" : { "probability": 98.45 }, "appImpulse:receiptsot|appImpulse:receiptType|Order": { "probability": 12.77 }, "appImpulse:hrsot|appImpulse:hrType|Bewerbung": { "probability": 1.38 }, "Class4": { "probability": 0.99 }, "Class5": { "probability": 0.02 } }, "system:objectId": "da20c2fb-8071-45e9-b4bf-2af376cdf9b6", "predictionId": 165 }] } |
, multiple selections available,
Related content
POST /predict-api/api/classification
POST /predict-api/api/classification
More like this
GET /predict-api/api/extraction/{objectId}
GET /predict-api/api/extraction/{objectId}
More like this
POST /predict-api/predict/extraction/feedback
POST /predict-api/predict/extraction/feedback
More like this
POST /predict-api/api/classification/feedback
POST /predict-api/api/classification/feedback
More like this
GET /predict-api/system/status
GET /predict-api/system/status
More like this
PREDICT-API Endpoints
PREDICT-API Endpoints
More like this