Datapoints
Create a new datapoint
POST
/
datapoints
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
project
string
requiredName for the project to which the datapoint belongs
inputs
object
requiredArbitrary JSON object containing the inputs for the datapoint
history
object[]
Conversation history associated with the datapoint
ground_truth
object
Expected output JSON object for the datapoint
linked_event
string
Event id for the event from which the datapoint was created
linked_datasets
string[]
Ids of all datasets that include the datapoint
metadata
object
Any additional metadata for the datapoint
Response
200 - application/json
result
object