---
title: "Search Images By Multiple Faces"
method: POST
path: "/face-clusters/multi-search"
tags: ["Face Clusters"]
---

# Search Images By Multiple Faces

`POST /face-clusters/multi-search`

Search for images containing multiple face identities, ranked by match count.

## Request body

- MultiPersonSearchRequest
  - `cluster_ids` string[], required
  - `match_mode` string

## Response `200`

Successful Response

- MultiPersonSearchResponse
  - `success` boolean, required
  - `message` string, nullable
  - `error` string, nullable
  - `data` MultiPersonSearchData
    - `images` MultiPersonSearchImage[], required
      - `id` string, required
      - `path` string, required
      - `thumbnailPath` string, nullable
      - `metadata` object, nullable
      - `match_count` integer, required
    - `total` integer, required
    - `match_mode` string, required

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

## Changes

- **2026-06-08** `e9418f5d129f` — 1 info
  - endpoint added
- **2026-06-06** `aec869772810` — 1 breaking
  - api path removed without deprecation
- **2026-06-01** `82081ab974b0` — 1 info
  - endpoint added
- **2025-08-05** `14c08755eaeb` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/aossie-org/apis/pictopy/changes/face-clusters/multi-search/post.md)

---

[API](https://skmtc.dev/aossie-org/apis/pictopy.md) · [All operations](https://skmtc.dev/aossie-org/apis/pictopy/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aossie-org/pictopy/revisions/a6c11e6b42e4/schema)
