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>" }'
{}
Was this page helpful?