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>"
}'
{}
Add a new cell to an experiment table
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>"
}'
{}
eu.api.helicone.ai
instead of
api.helicone.ai
.Ok
The response is of type object
.
Was this page helpful?