imagcon.app publishes 8 machine-payable endpoints over the x402 protocol, priced from $0.01 to $0.295 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /routes/x402/check-icon | POST | $0.01 | 402 |
| /routes/x402/generate-image | POST | $0.195 | 402 |
| /routes/x402/generate-pwa-icons | POST | $0.295 | 402 |
| /routes/x402/generate-splash-screens | POST | $0.295 | 402 |
| /routes/x402/icons-from-image | POST | $0.1 | 402 |
| /routes/x402/resize-image | POST | $0.02 | 402 |
| /routes/x402/splash-from-image | POST | $0.15 | 402 |
| /routes/x402/validate | POST | $0.01 | 402 |
Check whether an icon you already have meets real platform rules — W3C maskable safe zone (40%/50% circle), Android adaptive 108dp layer (66dp safe / 18dp margin), or iOS square+opaque+1024px guidance…
Generate one image from a text prompt: app icon, brand logo, character mascot or illustration. POST JSON {description, type?, style?, aspect_ratio?}. type is icon, logo, mascot or illustration (defaul…
AI-generated PWA icon set from a text prompt - returns all standard sizes (192x192, 512x512, maskable) as a ZIP, deployment-ready for web app manifests. Powered by Google Vertex AI Imagen 4.0. $0.295 …
AI-generated PWA splash screen set from a text prompt - returns all iOS and Android launch screen sizes as a ZIP. Specify prompt and background color. Powered by Google Vertex AI Imagen 4.0. $0.295 US…
Generate a complete icon set from an existing image — covers PWA/web (manifest.json, favicons, maskable icons), iOS, Android, Windows tiles, and Safari pinned tabs in one ZIP. Most icon-resize tools o…
Resize any image to exact dimensions or social-media presets - Open Graph (1200x630), Twitter card, YouTube thumbnail, Instagram, LinkedIn. Smart fit modes avoid distortion: cover (focal-point crop), …
Returns a complete iOS and Android splash screen set as a ZIP - all required launch screen sizes for PWA and hybrid apps. Upload your image, specify a background color. Deployment-ready output. $0.10 …
Test any x402 endpoint with a REAL signed payment from a fresh unfunded wallet — no funds can move. Returns the facilitator's verdict (healthy / broken / payment-ignored), decoded challenge, lint chec…