cURL
curl --request GET \ --url https://api.venice.ai/api/v1/api_keys/rate_limits/log \ --header 'Authorization: Bearer <token>'
{ "data": [ { "apiKeyId": "<string>", "modelId": "venice-uncensored", "rateLimitTier": "paid", "rateLimitType": "RPM", "timestamp": "2023-10-01T12:00:00.000Z" } ], "object": "list" }
Returns the last 50 rate limits that the account exceeded.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object