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