POST
/
v1
/
experiment
/
table
/
new
curl --request POST \
  --url https://api.helicone.ai/v1/experiment/table/new \
  --header 'Content-Type: application/json' \
  --header 'authorization: <api-key>' \
  --data '{
  "datasetId": "<string>",
  "experimentMetadata": {},
  "promptVersionId": "<string>",
  "newHeliconeTemplate": "<string>",
  "isMajorVersion": true,
  "promptSubversionMetadata": {},
  "experimentTableMetadata": {}
}'
{
  "data": {
    "experimentId": "<string>",
    "tableId": "<string>"
  }
}

Authorizations

authorization
string
header
required

Body

application/json
datasetId
string
required
experimentMetadata
object
required

Construct a type with a set of properties K of type T

promptVersionId
string
required
newHeliconeTemplate
string
required
isMajorVersion
boolean
required
promptSubversionMetadata
object
required

Construct a type with a set of properties K of type T

experimentTableMetadata
object

Construct a type with a set of properties K of type T

Response

200 - application/json
Ok
data
object
required
error
enum<number> | null
required