# Generate AI Images From Text Prompts

**Use case:** 

Generate AI images from text prompts for blog posts, social media, ads, and creative projects with prompt, image URL, dimensions, and metadata.

## Input

```json
{
  "prompts": [
    "A futuristic city skyline at sunset",
    "A cozy cabin in a snowy forest"
  ],
  "excludeList": "",
  "generationType": "auto",
  "imageSize": "auto",
  "concurrentRequests": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "image_url": {
    "label": "Image",
    "format": "image"
  },
  "prompt": {
    "label": "Prompt",
    "format": "text"
  },
  "exclude_list": {
    "label": "Excluded Elements",
    "format": "text"
  },
  "image_id": {
    "label": "Image ID",
    "format": "text"
  },
  "width": {
    "label": "Width",
    "format": "number"
  },
  "height": {
    "label": "Height",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "text"
  }
}
```

## About this Actor

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