POST
/
v2
/
experiment
/
{experimentId}
/
add-manual-row
curl --request POST \
  --url https://api.helicone.ai/v2/experiment/{experimentId}/add-manual-row \
  --header 'Content-Type: application/json' \
  --header 'authorization: <api-key>' \
  --data '{
  "inputs": {}
}'
{
  "data": "<string>"
}

Authorizations

authorization
string
header
required

Path Parameters

experimentId
string
required

Body

application/json
inputs
object
required

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

Response

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