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-key
Your organization's active API Key.
Request
This endpoint expects an object.
organizationId
Your organization's unique identifier.
transactionTime
The date and time of the request.
inferenceId
A unique identifier for the results of a successful inference call.
inferencePointId
The unique identifier for the inference point within your organization used for the original inference call.
transactionPayload
An array of objects included in the final transaction record related to the previously successful inference call.
Response
201 - Ground Truth Payload Successful
id
A unique identifier for a successfully posted ground truth payload.
transactionPayload
An array of objects included in the final transaction record related to the previously successful inference call.