---
title: "Moderates text content."
method: POST
path: "/api/ai/images/v2/image-moderation"
---

# Moderates text content.

`POST /api/ai/images/v2/image-moderation`

## Response `200`

OK

- ImageModerationResponse
  - `id` string — The unique identifier associated with the moderation analysis process.
  - `status` string — The status of the moderation analysis process.
  - `timestamp` integer — The timestamp when the moderation analysis request was processed.
  - `content` ImageModerationCategory[]
    - `Confidence` number — The confidence level of the moderation analysis result.
    - `Name` string — The name of the moderation category.
    - `ParentName` string — The parent category of the moderation category.
  - `processing_count` integer — The number of times the content has been processed to generate the final analysis results.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized - Invalid API Key or Organization Key
- `404` — Not Found
- `406` — Not Acceptable - Invalid Content Type or Content not supported
- `500` — Internal Server Error

---

[API](https://skmtc.net/worqhat/apis/worqhat-ai-api-endpoints.md) · [All operations](https://skmtc.net/worqhat/apis/worqhat-ai-api-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/worqhat/worqhat-ai-api-endpoints/revisions/a1044e79bd85/schema)
