Skip to main content
POST
/
v1
/
experiment
/
update-meta
cURL
curl --request POST \
  --url https://api.helicone.ai/v1/experiment/update-meta \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "meta": {},
  "experimentId": "<string>"
}
'
{
  "data": null,
  "error": "<string>"
}
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'

Body

application/json
meta
object
required

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

experimentId
string
required

Response

200 - application/json

Ok

data
enum<number> | null
required
Available options:
error
string
required