facial.list
Overview
- Returns all available facial expression IDs with display names.
Metadata
| Field | Value |
|---|---|
| Display | List Facial Expressions |
| Category | facial |
| Access | Public |
| Scope | B1Standalone |
| Tags | — |
| Aliases | — |
Parameters
- This command takes no parameters.
Returns
Returns a JSON object with the following fields:
| Field | Type | Required | Description |
|---|---|---|---|
expressions | array | yes | Available facial expressions |
expressions[].id | string | yes | Facial expression id |
expressions[].l10n | string | yes | Localized emotion display name (falls back to id) |
Usage
await inzoi.cli.execute('facial.list');