curl --request POST \ --url https://api.helicone.ai/v1/public/dataisbeautiful/total-requests \ --header 'Content-Type: application/json' \ --header 'authorization: <api-key>' \ --data '{ "provider": "OPENAI", "models": [ "gpt-3.5" ], "timespan": "7d" }'
{ "data": 123 }
Ok
The response is of type object.
object
Was this page helpful?