# Batch generate product concept images with AI

**Use case:** 

Generate product concept art and mockup images in bulk using Artbreeder AI. Create product visualizations, packaging concepts, and design prototypes.

## Input

```json
{
  "prompts": [
    "A minimalist smart water bottle with LED temperature display, white background product photo",
    "Sleek wireless earbuds in matte black with charging case, studio lighting product shot",
    "Eco-friendly bamboo sunglasses on a wooden table, lifestyle product photography"
  ],
  "negativePrompt": "blurry, low quality, text, watermark, distorted",
  "modelVersion": "flux-dev",
  "guidanceScale": 8,
  "shape": "square",
  "numInferenceSteps": 30,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "prompt": {
    "label": "Prompt",
    "format": "text"
  },
  "image_url": {
    "label": "Image URL",
    "format": "link"
  },
  "image_size": {
    "label": "Image Size",
    "format": "object"
  },
  "is_nsfw": {
    "label": "NSFW",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Artbreeder AI Image Generator](https://apify.com/parsebird/artbreeder-ai-image-generator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parsebird/artbreeder-ai-image-generator) to learn more, explore other use cases, and run it yourself.