# imagcon.app PWA Icon Set Generator (Text-to-Image)

> imagcon.app PWA Icon Set 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-14).

AI-generates a source image from a text prompt using Vertex AI Imagen, then packages a complete PWA icon set (manifest.json, favicons, maskable icons, iOS, Android, Windows tiles, Safari pinned tab) into a ZIP file.

## Facts

- Endpoint: POST https://imagcon.app/routes/x402/generate-pwa-icons
- Price: $0.295/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/imagcon-app-pwa-icon-set-generator-text-to-image-5de7be9b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tes9h0_hrAEzQgy3Uwmcx

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-app-pwa-icon-set-generator-text-to-image-5de7be9b -d '<json body>'
```

Example prompt: Generate a complete PWA icon set for my app called 'Morning Bloom' — a coffee shop loyalty app. Use a prompt like 'a warm steaming coffee cup with golden sunrise tones on a deep brown background' and give me the full ZIP with manifest.json, favicons, maskable icons, iOS icons, Android icons, and Windows tiles.

## When to prefer this

Choose this endpoint when you need to go from zero assets to a fully packaged PWA icon set in one step — especially when no existing logo or image is available and you want AI to generate the source art from a text description. Prefer this over the image-from-existing-image variant when there is no pre-existing graphic to start from. Prefer over the splash screen generator when you need icons (not launch screens). This is the all-in-one option combining AI image generation and icon packaging.

## Known failure modes

- Vague or ambiguous text prompts may produce irrelevant or low-quality source images
- Image generation model (Vertex AI Imagen) may reject prompts with policy-violating content
- Network timeout if Vertex AI takes too long to generate the image
- ZIP packaging failure if icon conversion encounters unsupported dimensions
- Payment failure or insufficient USDC balance ($0.295 required) blocks the request
- Rate limiting if too many requests are made in a short window

## How this service works

AI-generate a source image from a text description, then produce a complete PWA icon set (manifest.json, favicons, maskable icons, iOS, Android, Windows tiles, Safari pinned tab) packaged as a ZIP.

## Output

Returns a ZIP archive containing a complete PWA icon set: manifest.json, favicon.ico, multiple PNG icons in standard PWA sizes, maskable icons (with safe zone padding), iOS/iPad home screen icons, Android adaptive icons, Windows tile images, and a Safari pinned tab SVG — all derived from an AI-generated source image built from the input text prompt.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "description": {
   "type": "string",
   "description": "Text description of the icon to generate"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/imagcon-app-pwa-icon-set-generator-text-to-image-5de7be9b/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)
