Skip to main content

facial.list

Overview

  • Returns all available facial expression IDs with display names.

Metadata

FieldValue
DisplayList Facial Expressions
Categoryfacial
AccessPublic
ScopeB1Standalone
Tags
Aliases

Parameters

  • This command takes no parameters.

Returns

Returns a JSON object with the following fields:

FieldTypeRequiredDescription
expressionsarrayyesAvailable facial expressions
expressions[].idstringyesFacial expression id
expressions[].l10nstringyesLocalized emotion display name (falls back to id)

Usage

await inzoi.cli.execute('facial.list');