POST
/
v1
/
public
/
dataisbeautiful
/
provider
/
percentage
curl --request POST \
  --url https://api.helicone.ai/v1/public/dataisbeautiful/provider/percentage \
  --header 'Content-Type: application/json' \
  --header 'authorization: <api-key>' \
  --data '{
  "provider": "OPENAI",
  "models": [
    "gpt-3.5"
  ],
  "timespan": "7d"
}'
{
  "data": [
    {
      "percent": 123,
      "provider": "<string>"
    }
  ]
}

Authorizations

authorization
string
header
required

Body

application/json

Response

200 - application/json

Ok

The response is of type object.