# Parse a Menu Photo — Flat Price, No API Key

**Use case:** 

Turn menu photos into structured dishes with prices, EU-14 allergens and nutrition. One flat charge per menu, only on success. No API key needed.

## Input

```json
{
  "imageUrls": [
    "https://raw.githubusercontent.com/Exdenta/nomads-eat-support/main/docs/assets/menu-demo.jpg"
  ],
  "language": "en"
}
```

## Output

```json
{
  "name": {
    "label": "Dish name",
    "format": "string"
  },
  "originalName": {
    "label": "Original name",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "string"
  },
  "dietaryType": {
    "label": "Dietary type",
    "format": "string"
  },
  "allergens": {
    "label": "Allergens",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Menu Parser — Flat Price per Menu, No API Key](https://apify.com/nomad-agent/ai-menu-parser-flat) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nomad-agent/ai-menu-parser-flat) to learn more, explore other use cases, and run it yourself.