cURL
curl --request POST \ --url https://api.helicone.ai/v2/experiment/create/empty \ --header 'Authorization: <api-key>'
{ "data": { "experimentId": "<string>" }, "error": null }
Initialize a new empty experiment 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?