---
title: "Generate alt text"
method: POST
path: "/v1/image/alt-text"
tags: ["Images"]
---

# Generate alt text

`POST /v1/image/alt-text`

Generates concise, descriptive alt text for the provided image URL.

## Request body

- ImageAltTextRequestDto
  - `imageUrl` string, required — The URL of the image to check.

## Response `200`

The alt text was successfully generated.

- ImageAltTextResponseDto
  - `altText` string, required — The alt text 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)
