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