Feedback on a prediction for a file

This endpoint serves as a route for feedback on all classifications, extractions and qualifications made through Datakeen's APIs. It can also be used to provide additional training data to your Datakeen models.

You can send a file ("PUT") encoded in base64 along with an object containing labels. We will match the object with your Datakeen models.

Body Params

Text Input.

string

File encoded in base64. Multiple formats are accepted. The correct prefix must be used for the different format:

  • png: "data:image/png;base64,"
  • jpg: "data:image/jpg;base64,"
  • pdf: "data:pdf/pdf;base64,"
labels
object

Variable object for labels.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json