v1

latestOpenAPI 3.0.42026-08-04342835917.6 KB
Datapoints

Creates a new datapoint in the specified dataset.

post/dataset/{datasetId}/datapoint

Path parameters

datasetIdstring required

The id of the dataset to create the datapoint in.

Request body

contextstring nullable

An additional context to show the users when solving the rapid.

sortIndexinteger nullable

The sort index represents the order of the datapoint in the dataset.

groupstring nullable

The group a datapoint belongs to.

transcriptionstring nullable

For audio or video assets, an optional transcription of the content.

privateMetadataobject nullable

Private metadata for internal tracking. Not displayed to users.

Response

OK

datapointIdstring required

The id of the created datapoint.