appearance.list_options
Overview
- Returns available genders and growth steps with localized display names.
Metadata
| Field | Value |
|---|---|
| Display | List Appearance Options |
| Category | appearance |
| Access | Public |
| Scope | B2Authority |
| Tags | — |
| Aliases | — |
Parameters
- This command takes no parameters.
Returns
Returns a JSON object with the following fields:
| Field | Type | Required | Description |
|---|---|---|---|
genders | array | yes | Available genders |
genders[].id | string | yes | Gender id (Male/Female) |
genders[].l10n | string | yes | Localized display name |
growth_steps | array | yes | Available growth steps |
growth_steps[].id | string | yes | Growth step id |
growth_steps[].l10n | string | yes | Localized display name |
Usage
await inzoi.cli.execute('appearance.list_options');
Back to Command FinderSearch and filter all 318 CLI documents