curl --request POST \
--url https://api.helicone.ai/v1/experiment/dataset/{datasetId}/version/{promptVersionId}/row/new \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '{
"sourceRequest": "<string>",
"inputs": {}
}'
{
"data": "<string>"
}
Add a new row to a specific version of an experiment dataset
curl --request POST \
--url https://api.helicone.ai/v1/experiment/dataset/{datasetId}/version/{promptVersionId}/row/new \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '{
"sourceRequest": "<string>",
"inputs": {}
}'
{
"data": "<string>"
}
eu.api.helicone.ai
instead of
api.helicone.ai
.Ok
The response is of type object
.
Was this page helpful?