POST
/
datapoints

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
inputs
object
required

Arbitrary JSON object containing the inputs for the datapoint

project
string
required

Name for the project to which the datapoint belongs

ground_truth
object

Expected output JSON object for the datapoint

history
object[]

Conversation history associated with the datapoint

linked_datasets
string[]

Ids of all datasets that include the datapoint

linked_event
string

Event id for the event from which the datapoint was created

metadata
object

Any additional metadata for the datapoint

Response

200 - application/json
result
object