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

Authorizations

authorization
string
headerrequired

Body

application/json
datasetId
string
required
promptVersion
string
required
model
string
required
providerKeyId
string
required
meta
any

Response

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