Page Properties | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
Resources & Remarks Modification History
|
...
As of Version | product version 2021 Autumn | component version 0.3 | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Request Method | POST | ||||||||||||
Response Format | HTTP status code | ||||||||||||
Description |
After classification is done and predicted document types are shown to the user, the user decides which one is the actual type and store it. It is important to send the chosen document type back to the AI engine in order to improve future predictions by calling this feedback endpoint.
Meaning of HTTP status codes:
If an error is thrown, it will be a JSON structure returned as response body. | ||||||||||||
Request Header | Content-Type: application/json X-ID-TENANT-NAME: tenant_name | ||||||||||||
Request Example | /predict/classification/feedback
| ||||||||||||
Result Example | (1) Successful 200 OK (2) Not succelful: 400 Not Found
|
...