---
title: "Add looks to photo avatar group"
method: POST
path: "/v2/photo_avatar/avatar_group/add"
tags: ["Photo Avatars"]
---

# Add looks to photo avatar group

`POST /v2/photo_avatar/avatar_group/add`

Add other looks to existing photo avatar group

## Request body

- object
  - `group_id` string — avatar group id to add looks into
  - `image_keys` string[] — A list of images you want to add to the avatar group, maximum 4 at a time
  - `name` string — Name of the looks
  - `generation_id` string — Generation id what is used to generate the image_keys, it must be passed in if the image is generated, if it's an upload image, then this is optional

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/heygen/apis/heygen-api.md) · [All operations](https://skmtc.net/heygen/apis/heygen-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/heygen/heygen-api/revisions/2f19176d6d56/schema)
