curl --request POST \
--url https://api.helicone.ai/v2/experiment/create/from-request/{requestId} \
--header 'authorization: <api-key>'
{
"data": {
"experimentId": "<string>"
}
}
Create a new experiment based on an existing request using v2 API
curl --request POST \
--url https://api.helicone.ai/v2/experiment/create/from-request/{requestId} \
--header 'authorization: <api-key>'
{
"data": {
"experimentId": "<string>"
}
}
eu.api.helicone.ai
instead of
api.helicone.ai
.Ok
The response is of type object
.
Was this page helpful?