cURL
curl --request POST \ --url https://api.helicone.ai/v1/pi/total-costs \ --header 'Authorization: <api-key>'
{ "data": 123 }
Bearer token authentication. Format: 'Bearer YOUR_API_KEY'
Ok
Was this page helpful?