check_account_status
Check account verification status, credit balance, and API key count. Poll after account creation to see if the verification link was clicked.
Instructions
Check 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 | |||
| password | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||