v9

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01211389.1 KB

Credit balance

Retrieve the settings and remaining credits of an account.

get/user

Response

The account settings and credits.

emailstring email required

The account email address.

creditsinteger required

The number of remaining credits allocated to the account.

Example response

[
  {
    "email": "user@example.com",
    "credits": 1000
  }
]