curl --request POST \
--url https://api.helicone.ai/v1/experiment/dataset/{datasetId}/mutate \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '{
"removeRequests": [
"<string>"
],
"addRequests": [
"<string>"
]
}'
{
"data": [
{}
]
}
Modify an experiment dataset by adding or removing requests.
curl --request POST \
--url https://api.helicone.ai/v1/experiment/dataset/{datasetId}/mutate \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '{
"removeRequests": [
"<string>"
],
"addRequests": [
"<string>"
]
}'
{
"data": [
{}
]
}
eu.api.helicone.ai
instead of
api.helicone.ai
.Ok
The response is of type object
.
Was this page helpful?