POST
/
v1
/
public
/
dataisbeautiful
/
total-requests
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
}

Authorizations

authorization
string
header
required

Body

application/json

Response

200 - application/json

Ok

The response is of type object.

POST
/
v1
/
public
/
dataisbeautiful
/
total-requests
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
}

Authorizations

authorization
string
header
required

Body

application/json

Response

200 - application/json

Ok

The response is of type object.