Account

Get the remaining credit balance

Returns the credit balance of the account the API key belongs to. Free of charge and works at a zero balance, so it can be polled before spending credits.

get/api/v1/credits

Response

Current credit balance

successboolean
creditsinteger

Example response

{
  "success": true,
  "credits": 4820
}

Changes