cURL
curl --request GET \ --url https://api.jogg.ai/v2/user/remaining_quota \ --header 'x-api-key: <api-key>'
{ "code": 0, "msg": "Success", "data": { "remaining_quota": 1000 } }
Retrieve the remaining JoggAI API quota for the authenticated user
curl --request GET \ --url 'https://api.jogg.ai/v2/user/remaining_quota' \ --header 'x-api-key: YOUR_API_KEY'
{ "code": 0, "msg": "Success", "data": { "remaining_quota": 1000.0 } }
API key for authentication. Obtain your key from the JoggAI dashboard.
Success
Business status code:
0
Response message
"Success"
Show child attributes