About the Avatar Training Failed Event

The AVATAR_GENERATION_FAILED event is triggered when an avatar training process fails in Argil. This webhook event provides your service with a payload containing detailed information about the failed generation.

Payload Details

When this event triggers, the following data is sent to your callback URL:

{
  "event": "AVATAR_TRAINING_FAILED",
  "data": {
    "avatarId": "<avatar_id>",
    "avatarName": "<avatar_name>",
    "extras": "<additional_key-value_data_related_to_the_avatar>"
  }
}

For detailed instructions on setting up this webhook event, visit our Webhooks API Reference.