cURL
curl --request POST \ --url https://api.helicone.ai/v2/experiment/new \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "originalPromptVersion": "<string>", "name": "<string>" } '
{ "data": { "experimentId": "<string>" }, "error": null }
Create a new experiment with initial configuration using v2 API
eu.api.helicone.ai
api.helicone.ai
Bearer token authentication. Format: 'Bearer YOUR_API_KEY'
Ok
Show child attributes
Was this page helpful?