---
title: "Get Image Description"
method: POST
path: "/image-description"
---

# Get Image Description

`POST /image-description`

Generates a descriptive text for the provided image.
This endpoint is open to everyone, no authentication required.

The image should be provided as a base64-encoded PNG.

## Request body

- ImageDescriptionRequest
  - `image` string, required

## Response `200`

Successful Response

- ImageDescriptionResponse
  - `description` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/iliad/apis/fastapi.md) · [All operations](https://skmtc.dev/iliad/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/iliad/fastapi/revisions/c1701119b330/schema)
