POST
/
v2
/
experiment
/
create
/
from-request
/
{requestId}
cURL
curl --request POST \
  --url https://api.helicone.ai/v2/experiment/create/from-request/{requestId} \
  --header 'Authorization: <api-key>'
{
  "data": {
    "experimentId": "<string>"
  }
}
For users in the European Union: Please use eu.api.helicone.ai instead of api.helicone.ai.

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer YOUR_API_KEY'

Path Parameters

requestId
string
required

Response

200 - application/json

Ok

data
object
required
error
enum<number> | null
required