curl --request POST \
--url https://api.helicone.ai/v1/experiment/table/{experimentTableId}/column \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '{
"inputKeys": [
"<string>"
],
"promptVersionId": "<string>",
"hypothesisId": "<string>",
"columnType": "<string>",
"columnName": "<string>"
}'
{}
Add a new column to an experiment table
curl --request POST \
--url https://api.helicone.ai/v1/experiment/table/{experimentTableId}/column \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '{
"inputKeys": [
"<string>"
],
"promptVersionId": "<string>",
"hypothesisId": "<string>",
"columnType": "<string>",
"columnName": "<string>"
}'
{}
eu.api.helicone.ai
instead of
api.helicone.ai
.Ok
The response is of type object
.
Was this page helpful?