POST
/
v1
/
public
/
waitlist
/
experiments
curl --request POST \
  --url https://api.helicone.ai/v1/public/waitlist/experiments \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "<string>"
}'
{
  "data": "<any>"
}

Body

application/json
email
string
required

Response

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