---
title: "Face Analyze"
method: POST
path: "/api/faceanalyze/v1/analyze"
---

# Face Analyze

`POST /api/faceanalyze/v1/analyze`

## Query parameters

- `app_id` string, required

## Request body

- FaceAnalyzeItem
  - `image_url` string, required
  - `gpt_model` string — 模型类型

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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