{ "opencollection": "1.0.0", "info": { "name": "DetectLanguage Account API", "version": "3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Account", "type": "folder" }, "items": [ { "info": { "name": "Get account usage status", "type": "http" }, "http": { "method": "GET", "url": "https://ws.detectlanguage.com/v3/account/status" }, "docs": "Returns current account usage statistics for the authenticated API key, including the number of requests sent today, bytes processed, plan details, daily limits, and account status." } ] } ], "bundled": true }