Check account status
check_account_statusCheck account verification status, credit balance, and API key count.
Use this after ``create_account`` to poll whether the user has clicked the
verification link. Pass ``email`` + ``password`` (from ``create_account``)
for Basic auth, or omit both to use the configured API key.
Args:
email: Account email (for Basic auth).
password: Account password (for Basic auth).
Returns:
Dict with ``verified`` (bool), ``email``, ``api_key_count``,
``credits_remaining``, ``uploads_remaining``.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Account email (for Basic auth). Omit to use API key. | ||
| password | No | Account password (for Basic auth). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||