POST
/
v1
/
helicone-dataset
/
{datasetId}
/
count
cURL
curl --request POST \
  --url https://api.helicone.ai/v1/helicone-dataset/{datasetId}/count \
  --header 'Authorization: <api-key>'
{
  "data": 123
}
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

datasetId
string
required

Response

200 - application/json

Ok

data
number
required
error
enum<number> | null
required