cURL
curl --request POST \ --url https://api.helicone.ai/v1/public/dataisbeautiful/provider/usage/overtime \ --header 'Authorization: <api-key>'
{ "data": [ { "tokens": 123, "date": "<string>", "provider": "<string>" } ] }
Bearer token authentication. Format: 'Bearer YOUR_API_KEY'
Ok
Show child attributes
Was this page helpful?