Returns remaining rate-limit capacity per endpoint for the caller. Resets daily at 00:00 UTC.
cURL
curl --request GET \ --url https://api.vidjutsu.ai/v1/usage \ --header 'Authorization: Bearer <token>'
{ "clientId": "<string>", "usage": {}, "resetsAt": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The request has succeeded.
Show child attributes