POST
/
v2
/
experiment
/
{experimentId}
/
row
/
insert
/
batch
curl --request POST \
  --url https://api.helicone.ai/v2/experiment/{experimentId}/row/insert/batch \
  --header 'Content-Type: application/json' \
  --header 'authorization: <api-key>' \
  --data '{
  "rows": [
    {
      "autoInputs": [
        "<any>"
      ],
      "inputs": {},
      "inputRecordId": "<string>"
    }
  ]
}'
{}

Authorizations

authorization
string
header
required

Path Parameters

experimentId
string
required

Body

application/json
rows
object[]
required

Response

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