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