# Generate social media visuals with AI in bulk

**Use case:** 

Batch generate eye-catching social media graphics from text prompts using Artbreeder AI. Create Instagram posts, Twitter headers, and blog thumbnails.

## Input

```json
{
  "prompts": [
    "Abstract gradient background with geometric shapes in purple and blue, modern and clean",
    "Motivational quote background with sunrise over mountains, warm orange tones",
    "Flat illustration of a diverse team collaborating around a desk, tech startup vibe"
  ],
  "negativePrompt": "blurry, low quality, text, watermark",
  "modelVersion": "flux-schnell",
  "guidanceScale": 5,
  "shape": "square",
  "numInferenceSteps": 12,
  "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.