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

Authorizations

authorization
string
header
required

Body

application/json
datasetId
string
required
metadata
object
required

Construct a type with a set of properties K of type T

Response

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