Skip to content

Animate


Apply Default Base Emotion

  • Description: Apply the default expressive background animation (ADMIN).

  • Endpoint: /api/v1/dict/

  • Type of Argument: Dict

  • JSON Example:

    {
      "command": "skill",
      "value": {
        "name": "apply_default_base_emotion"
      }
    }
    

Apply Default Interactive State

  • Description: Apply the default interactive background animation (ADMIN).

  • Endpoint: /api/v1/dict/

  • Type of Argument: Dict

  • JSON Example:

    {
      "command": "skill",
      "value": {
        "name": "apply_default_interactive_state"
      }
    }