cURL
curl --request POST \ --url https://api.helicone.ai/v2/experiment/new \ --header 'Content-Type: application/json' \ --header 'authorization: <api-key>' \ --data '{ "originalPromptVersion": "<string>", "name": "<string>" }'
{ "data": { "experimentId": "<string>" } }
Create a new experiment with initial configuration using v2 API
eu.api.helicone.ai
api.helicone.ai
Ok
The response is of type object.
object
Was this page helpful?