POST
/
v1
/
experiment
/
table
/
{experimentTableId}
/
row
/
insert
/
batch
curl --request POST \
  --url https://api.helicone.ai/v1/experiment/table/{experimentTableId}/row/insert/batch \
  --header 'Content-Type: application/json' \
  --header 'authorization: <api-key>' \
  --data '{
  "rows": [
    {
      "sourceRequest": "<string>",
      "cells": [
        {
          "metadata": "<any>",
          "value": "<string>",
          "columnId": "<string>"
        }
      ],
      "datasetId": "<string>",
      "inputs": {},
      "inputRecordId": "<string>"
    }
  ]
}'
{}

For users in the European Union: Please use eu.api.helicone.ai instead of api.helicone.ai.

Authorizations

authorization
string
header
required

Path Parameters

experimentTableId
string
required

Body

application/json

Response

200 - application/json

Ok

The response is of type object.