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