POST
/
v1
/
experiment
/
dataset
/
{datasetId}
/
row
/
insert
curl --request POST \
  --url https://api.helicone.ai/v1/experiment/dataset/{datasetId}/row/insert \
  --header 'Content-Type: application/json' \
  --header 'authorization: <api-key>' \
  --data '{
  "originalColumnId": "<string>",
  "inputs": {},
  "inputRecordId": "<string>"
}'
{
  "data": "<string>"
}

Authorizations

authorization
string
header
required

Path Parameters

datasetId
string
required

Body

application/json
inputs
object
required

Construct a type with a set of properties K of type T

inputRecordId
string
required
originalColumnId
string

Response

200 - application/json
Ok
data
string
required
error
enum<number> | null
required