# Food Image Alt Text Generator

**Use case:** 

Write appetizing and accurate alt text for food and recipe photos to improve accessibility and image search results.

## Input

```json
{
  "imageUrls": [
    "https://picsum.photos/id/292/800/600"
  ]
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "link"
  },
  "altText": {
    "label": "Alt text",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "detectedText": {
    "label": "Detected text",
    "format": "text"
  },
  "observedAt": {
    "label": "Described at",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Tool: Image Description & Alt-Text Generator](https://apify.com/scrapers_lat/image-alt-text-tool) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/image-alt-text-tool) to learn more, explore other use cases, and run it yourself.