---
title: "Perform image analysis and identify objects in an image"
method: POST
path: "/api/ai/images/v2/image-analysis"
---

# Perform image analysis and identify objects in an image

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

## Response `200`

Success

- ImageAnalysisResponse
  - `id` string
  - `status` string
  - `timestamp` integer
  - `content` AnalysisResult[]
    - `name` string
    - `confidence` number
    - `instances` object[]
    - `parents` string[]
    - `aliases` string[]
    - `categories` string[]
  - `processing_count` integer

## 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)
