# AltText.ai · `get_account`

Retrieve AltText.ai account settings and usage details for the API key.

- **Service**: `alt_text_ai`
- **Action**: `get_account`
- **Action id**: `alt_text_ai.get_account`

## Inspect the schema

Always fetch the authoritative input/output schema before building a payload — fields and defaults can change upstream:

```bash
oo connector schema "alt_text_ai" --action "get_account"
```

## Run

```bash
oo connector run "alt_text_ai" --action "get_account" --data '{}' --json
```

Replace `{}` with a JSON object that matches the input schema. The response is `{ "data": ..., "meta": { "executionId": "..." } }`.
