---
title: "Face Tagging"
method: POST
path: "/face-clusters/face-search"
tags: ["Face Clusters"]
---

# Face Tagging

`POST /face-clusters/face-search`

## Query parameters

- `input_type` 'path' | 'base64'

## Request body

- FaceSearchRequest
  - `path` string, nullable
  - `base64_data` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

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

## Changes

- **2026-08-04** `02bfc77ef63b` — 1 breaking, 3 info
  - the `query` request parameter `input_type` was restricted to a list of enum values
  - added the new enum value `base64` to the `query` request parameter `input_type`
  - added the new enum value `path` to the `query` request parameter `input_type`
  - for the `query` request parameter `input_type`, the type was generalized from no type to `string`
- **2026-07-26** `6d00f3eba85c` — 2 breaking, 1 info
  - removed the enum value `base64` from the `query` request parameter `input_type`
  - removed the enum value `path` from the `query` request parameter `input_type`
  - for the `query` request parameter `input_type`, the type was generalized from `string` to no type
- **2026-07-21** `e627e1e7f819` — 1 breaking, 3 info
  - the `query` request parameter `input_type` was restricted to a list of enum values
  - added the new enum value `base64` to the `query` request parameter `input_type`
  - added the new enum value `path` to the `query` request parameter `input_type`
  - for the `query` request parameter `input_type`, the type was generalized from no type to `string`
- **2026-02-15** `ec03d8eccf84` — 2 breaking, 1 info
  - removed the enum value `base64` from the `query` request parameter `input_type`
  - removed the enum value `path` from the `query` request parameter `input_type`
  - for the `query` request parameter `input_type`, the type was generalized from `string` to no type
- …earlier changes not shown

[Full history](https://skmtc.dev/aossie-org/apis/pictopy/changes/face-clusters/face-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)
