curl "https://api.scriptbase.app/api/v1/account/usage" \ -H "X-API-Key: sk_your_key_here"
{ "success": true, "data": { "period": "2024-01", "creditsUsed": 1542, "creditsLimit": 10000, "percentUsed": 15.4, "topEndpoints": [ { "endpoint": "/api/v1/transcript/{videoId}", "requests": 500, "creditsUsed": 1000 }, { "endpoint": "/api/v1/videos/{id}", "requests": 300, "creditsUsed": 300 }, { "endpoint": "/api/v1/search", "requests": 121, "creditsUsed": 121 } ] } }
View detailed API usage statistics
Show properties
Show endpoint properties
INVALID_API_KEY
INTERNAL_ERROR