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

Authorizations

authorization
string
header
required

Body

application/json
status
enum<string>
required
Available options:
PENDING,
RUNNING,
COMPLETED,
FAILED
providerKeyId
string
required
promptVersion
string
required
model
string
required
experimentId
string
required

Response

200 - application/json
Ok
data
object
required
error
enum<number> | null
required