---
title: "POST /contentmoderator/moderate/v1.0/ProcessImage/Match"
method: POST
path: "/contentmoderator/moderate/v1.0/ProcessImage/Match"
tags: ["ImageModeration"]
---

# POST /contentmoderator/moderate/v1.0/ProcessImage/Match

`POST /contentmoderator/moderate/v1.0/ProcessImage/Match`

Fuzzily match an image against one of your custom Image Lists. You can create and manage your custom image lists using <a href="/docs/services/578ff44d2703741568569ab9/operations/578ff7b12703741568569abe">this</a> API. 

Returns ID and tags of matching image.<br/>
<br/>
Note: Refresh Index must be run on the corresponding Image List before additions and removals are reflected in the response.

## Query parameters

- `listId` string
- `CacheImage` boolean

## Response `200`

Supported values for tags are:
<ul>
<li>101: Nudity</li>
<li>102: Sexual Content</li>
<li>201: Alcohol</li>
<li>202: Tobacco</li>
<li>203: Drugs</li>
<li>301: Child Exploitation</li>
<li>401: Violence</li>
<li>402: Weapons</li>
<li>403: Gore</li>
<li>501: Profanity</li>
<li>502: Vulgarity</li>
</ul>.

- MatchResponse — The response for a Match request.
  - `TrackingId` string — The tracking id.
  - `CacheID` string — The cache id.
  - `IsMatch` boolean — Indicates if there is a match.
  - `Matches` Match[] — The match details.
    - `Score` number — Confidence score of the image match.
    - `MatchId` integer — The match id.
    - `Source` string — The source.
    - `Tags` integer[] — The tags for match details.
    - `Label` string — The label.
  - `Status` Status — Status properties.
    - `Code` integer — Status code.
    - `Description` string — Status description.
    - `Exception` string — Exception status.

## Other responses

- `default` — Error response.

---

[API](https://skmtc.dev/azure/apis/content-moderator-client.md) · [All operations](https://skmtc.dev/azure/apis/content-moderator-client/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/content-moderator-client/revisions/29dcd8a63f89/schema)
