Skip to main content
POST
/
v1
/
experiment
/
table
/
{experimentTableId}
/
row
/
insert
/
batch
cURL
curl --request POST \
  --url https://api.helicone.ai/v1/experiment/table/{experimentTableId}/row/insert/batch \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "rows": [
    {
      "cells": [
        {
          "value": "<string>",
          "columnId": "<string>",
          "metadata": "<unknown>"
        }
      ],
      "datasetId": "<string>",
      "inputs": {},
      "inputRecordId": "<string>",
      "sourceRequest": "<string>"
    }
  ]
}
'
{
  "data": null,
  "error": null
}
For users in the European Union: Please use eu.api.helicone.ai instead of api.helicone.ai.

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer YOUR_API_KEY'

Path Parameters

experimentTableId
string
required

Body

application/json
rows
object[]
required

Response

200 - application/json

Ok

  • Option 1
  • Option 2
data
enum<number> | null
required
Available options:
error
enum<number> | null
required
Available options: