v171

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0726249111.7 MB
Datasets

Create a datapoint

Creates a new datapoint in the specified dataset.

post/v2/datasets/{dataset_id}/datapoints

Path parameters

string required
OR
string ulid required

The id of the resource

The unique identifier of the dataset

Request body

inputsobject

The inputs of the dataset. Key value pairs where the key is the input name and the value is the input value. Nested objects and arrays are not supported.

expected_outputstring

Response

Datapoints created successfully. Returns an array of newly created datapoint objects.

_idstring required

The unique identifier of the dataset item

workspace_idstring required

The unique identifier of the workspace it belongs to

inputsobject

The inputs of the dataset. Key value pairs where the key is the input name and the value is the input value. Nested objects are not supported.

expected_outputstring
dataset_idstring required

The unique identifier of the dataset

snapshot_versionstring

The version of the dataset snapshot

created_by_idstring nullable

The unique identifier of the user who created the dataset

updated_by_idstring nullable

The unique identifier of the user who last updated the dataset