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

Authorizations

authorization
string
header
required

Path Parameters

datasetId
string
required
promptVersionId
string
required

Body

application/json
inputs
object
required

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

sourceRequest
string

Response

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