---
title: "Identify celebrities in an external image"
method: GET
path: "/api/v0/celebrity-detection/identify"
tags: ["celebrity-detection"]
---

# Identify celebrities in an external image

`GET /api/v0/celebrity-detection/identify`

## Headers

- `Authorization` string, required

## Request body

- CelebrityDetectionIdentifyCelebritiesInExternalImageRequest
  - `image` string, required — Base64 encoded JPEG image

## Response `200`

Successful Response

- CelebrityDetectionIdentifyCelebritiesInExternalImageResponse
  - `persons` CelebrityDetectionPerson[], required — List of persons identified in the image
    - `id` string, uuid, required — Person ID
    - `name` string, required — Person name
    - `aliases` string[], required — Person aliases
    - `bbox` CelebrityDetectionBoundingBox, required
      - `x1` number, double, required
      - `y1` number, double, required
      - `x2` number, double, required
      - `y2` number, double, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-12** `3683abf6922b` — 1 info
  - api operation id `identify-celebrities-in-external-image-api-v-0-celebrity-detection-identify-get` removed and replaced with `celebrityDetection_identify_celebrities_in_external_image_api_v0_celebrity_detection_identify_get`

[Change history](https://skmtc.dev/coactive/apis/api-reference/changes/api/v0/celebrity-detection/identify/get.md)

---

[API](https://skmtc.dev/coactive/apis/api-reference.md) · [All operations](https://skmtc.dev/coactive/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc.dev/coactive/apis/api-reference/revisions/3683abf6922b?raw)
