from copyleaks.copyleaks import Copyleaksauth_token = Copyleaks.login("[email protected]", "YOUR_API_KEY")balance = Copyleaks.credits_balance(auth_token)print(balance)
{ "Amount": 100}
Get your current credit balance. Each credit allows the scan of up to 250 words.
Authentication Required. You need to login with a user and API key in order to access this method. Add this HTTP header to your request:Authorization: Bearer <Your-Login-Token>