# Generated image metadata export from Artbreeder

**Use case:** 

Export generated image metadata from Artbreeder, including dimensions, safety flags, source URLs, seeds, model settings, and timestamps.

## Input

```json
{
  "prompts": [
    "a minimal app icon of a glass compass on a soft blue background"
  ],
  "imagesPerPrompt": 1,
  "negativePrompt": "",
  "modelVersion": "sdxl-1.0-lightning",
  "shape": "square",
  "guidanceScale": 1,
  "numInferenceSteps": 4,
  "seed": 9876,
  "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.