---
title: "Create photo avatar group"
method: POST
path: "/v2/photo_avatar/avatar_group/create"
tags: ["Photo Avatars"]
---

# Create photo avatar group

`POST /v2/photo_avatar/avatar_group/create`

This api can be used to create a photo avatar group
For generated photo avatar, pass the generation_id and the image_key
For user uploaded avatar, first upload the photo using the upload assets api. Then use the key as image_key
This api only allows using one photo to establish the identity, you can add more photos using the add looks api

## Request body

- object
  - `name` string
  - `image_key` string
  - `generation_id` string

## 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)
