POST
/
v1
/
experiment
/
table
/
{experimentTableId}
/
cell
curl --request POST \
  --url https://api.helicone.ai/v1/experiment/table/{experimentTableId}/cell \
  --header 'Content-Type: application/json' \
  --header 'authorization: <api-key>' \
  --data '{
  "value": "<string>",
  "rowIndex": 123,
  "columnId": "<string>"
}'
{}

Authorizations

authorization
string
header
required

Path Parameters

experimentTableId
string
required

Body

application/json
value
string | null
required
rowIndex
number
required
columnId
string
required

Response

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