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