Ground Truth

Provide ground truth data to validate the results of a previously successful inference call. This data should list what objects were included in the final transaction, and may not be a perfect match to what was detected in the original inference call.

Headers

x-api-keystringRequired
Your organization's active API Key.

Request

This endpoint expects an object.
organizationIdstringRequiredformat: "uuid"
Your organization's unique identifier.
transactionTimedatetimeRequired
The date and time of the request.
inferenceIdstringRequiredformat: "uuid"
A unique identifier for the results of a successful inference call.
inferencePointIdstringOptionalformat: "uuid"
The unique identifier for the inference point within your organization used for the original inference call.
transactionPayloadobjectOptional
An array of objects included in the final transaction record related to the previously successful inference call.

Response

201 - Ground Truth Payload Successful

idstring or nullformat: "uuid"
A unique identifier for a successfully posted ground truth payload.
transactionPayloadlist of objects or null
An array of objects included in the final transaction record related to the previously successful inference call.

Errors