---
title: "Analyze"
method: POST
path: "/v1/image/analysis"
tags: ["Images"]
---

# Analyze

`POST /v1/image/analysis`

Analyzes the image and answers the provided question with a short, focused response.

## Request body

- ImageAnalysisRequestDto
  - `imageUrl` string, required — The URL of the image to check.
  - `question` string, required — The expected analysis to perform on the image.

## Response `200`

The analysis was successfully generated.

- ImageAnalysisResponseDto
  - `analysis` string, required — The result of the analysis of the image.

## Other responses

- `400` — Bad request. May be missing required inputs or may have badly formatted inputs or options.
- `500` — Internal server error. Unable to remove background.

---

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