curl --request POST \
--url https://api.helicone.ai/v1/public/dataisbeautiful/total-values \
--header 'authorization: <api-key>'
{
"data": {
"total_cost": 123,
"total_tokens": 123,
"total_requests": 123
}
}
curl --request POST \
--url https://api.helicone.ai/v1/public/dataisbeautiful/total-values \
--header 'authorization: <api-key>'
{
"data": {
"total_cost": 123,
"total_tokens": 123,
"total_requests": 123
}
}
Ok
The response is of type object
.
The response is of type object
.
The response is of type object
.
Was this page helpful?