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