---
title: "Analyse Images"
method: POST
path: "/api/v1/ugc-characters/analyse-images"
tags: ["ugcCharacters"]
---

# Analyse Images

`POST /api/v1/ugc-characters/analyse-images`

Analyze UGC character images using OpenAI Vision API.

Returns analysis for each image including:
- name: Culturally appropriate name
- skin_tone: Descriptive skin tone
- age_range: Age range in 5-year intervals
- gender: Male or Female
- ethnicity: Single ethnicity value
- background: Background/setting type

## Request body

- AnalyseImagesRequest
  - `images` string[], required

## Response `200`

Successful Response

- unknown

## 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/a9374f6fe96c/schema)
