---
title: "Get Avatar"
method: GET
path: "/api/v1/custom-avatar/{avatar_id}"
tags: ["customAvatar"]
---

# Get Avatar

`GET /api/v1/custom-avatar/{avatar_id}`

Get a specific custom avatar by ID

## Path parameters

- `avatar_id` string, uuid, required

## Response `200`

Successful Response

- CustomAvatarResponseDTO
  - `id` string, uuid4, required
  - `name` string, required
  - `elevenlabs_voice_id` string, nullable
  - `user_id` string, uuid4, nullable
  - `createdAt` string, date-time, nullable
  - `updatedAt` string, date-time, nullable
  - `variations` VariationResponseDTO[]
    - `id` string, uuid4, required
    - `avatar_id` string, uuid4, required
    - `name` string, required
    - `image_url` string, required
    - `thumbnail` string, nullable
    - `createdAt` string, date-time, nullable
    - `updatedAt` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/624917d53409/schema)
