curl --request POST \
--url https://api.helicone.ai/v1/experiment \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"datasetId": "<string>",
"promptVersion": "<string>",
"model": "<string>",
"providerKeyId": "<string>",
"meta": "<unknown>"
}
'