POST
/
v1
/
pi
/
total-costs
cURL
curl --request POST \
  --url https://api.helicone.ai/v1/pi/total-costs \
  --header 'Authorization: <api-key>'
{
  "data": 123
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer YOUR_API_KEY'

Response

200 - application/json

Ok

data
number
required
error
enum<number> | null
required