# AI image batches for creative testing

**Use case:** 

Generate small AI image batches for mood boards, creative testing, product mockups, content drafts, and design research with Artbreeder.

## Input

```json
{
  "prompts": [
    "a cozy reading nook with warm morning light, interior design render",
    "a futuristic sneaker product photo on a reflective floor",
    "a hand drawn botanical label for a lavender tea brand"
  ],
  "imagesPerPrompt": 1,
  "negativePrompt": "",
  "modelVersion": "sdxl-1.0-lightning",
  "shape": "square",
  "guidanceScale": 1,
  "numInferenceSteps": 4,
  "concurrentRequests": 4
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image URL",
    "format": "string"
  },
  "prompt": {
    "label": "Prompt",
    "format": "string"
  },
  "promptIndex": {
    "label": "Prompt index",
    "format": "integer"
  },
  "model": {
    "label": "Model",
    "format": "string"
  },
  "shape": {
    "label": "Shape",
    "format": "string"
  },
  "width": {
    "label": "Width",
    "format": "integer"
  },
  "height": {
    "label": "Height",
    "format": "integer"
  },
  "isNsfw": {
    "label": "NSFW",
    "format": "boolean"
  },
  "generatedAt": {
    "label": "Generated at",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

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