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

Authorizations

authorization
string
header
required

Path Parameters

experimentTableId
string
required

Body

application/json
promptVersionId
string
required
inputs
object

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

sourceRequest
string

Response

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