v1

latestOpenAPI 3.1.02026-07-265094114.0 KB
Images

Generate alt text

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

post/v1/image/alt-text

Request body

imageUrlstring required

The URL of the image to check.

Example request

{
  "imageUrl": "https://example.com/image.png"
}

Response

The alt text was successfully generated.

altTextstring required

The alt text of the image.

Example response

{
  "altText": "A dog running in a field."
}