# Imagcon iOS Splash Screen Generator (Text-to-Image)

> Imagcon iOS Splash Screen Generator (Text-to-Image) is a paid API for AI agents from imagcon.app, paid per call via x402, $0.295/call, status unknown (last checked 2026-09-15).

AI-generates a source image from a text description, then composites all 19 iOS/iPad launch splash screens against a specified background color and returns them as a ZIP file.

## Facts

- Endpoint: POST https://imagcon.app/routes/x402/generate-splash-screens
- Price: $0.295/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/imagcon-ios-splash-screen-generator-text-to-image-b403e70c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wQYqXxDSdcUO-R-eSqRMD

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability imagcon-ios-splash-screen-generator-text-to-image-b403e70c -d '<json body>'
```

Example prompt: Generate all 19 iOS and iPad launch splash screens for my app — the splash image should show a minimalist blue mountain landscape at sunrise, composited on a #1a1a2e background, and give me a ZIP with everything ready to drop into Xcode.

## When to prefer this

Choose this endpoint when you need to generate splash screens from scratch using only a text description — ideal when no source artwork exists yet. Use the sibling endpoint that accepts an existing image if you already have a finished source image. This endpoint handles both AI image generation and splash screen compositing in one call, saving a two-step workflow.

## Known failure modes

- Text description too vague or ambiguous leading to poor AI image generation
- Invalid or malformed background color hex code
- AI image generation service (Vertex AI Imagen) timeout or unavailability
- Payment validation failure via x402 protocol
- ZIP packaging failure if image generation partially fails
- Request body missing required 'description' field returns validation error

## How this service works

AI-generate a source image from a text description, then produce all 19 iOS/iPad launch splash screens composited against the supplied background color, packaged as a ZIP.

## Output

A ZIP archive containing all 19 required iOS and iPad launch splash screen images, each AI-generated from the text description and composited against the specified background color, sized and named according to Apple's platform requirements.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "description": {
   "type": "string",
   "description": "Text description of the icon to generate"
  },
  "background_color": {
   "type": "string",
   "description": "Background color hex (default #ffffff)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/imagcon-ios-splash-screen-generator-text-to-image-b403e70c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from imagcon.app](https://www.zero.xyz/host/imagcon.app/llms.txt)
