oh my ghost

Instant SVG Icons
via API

Professional vector icons in seconds. Choose from 11 hand-crafted ghost styles. Pay $0.10 per image with x402 micropayments. No subscriptions, no accounts.

Open Studio →View API Docs
11+
Ghost Styles
$0.10
Per Image
SVG
Vector Output
x402
Micropayments
11 hand-crafted ghost styles
Classic
Original silhouette
Chubby
Soft and round
Outline
Line art
Pixel
8-bit retro
Sharp
Geometric
Drip
Melting vibes
Minimal
Ultra clean
Haunted
Scary ghost
Dot
Halftone matrix
Pencil
Line drawing
Wiggly
Cartoon
Classic
Original silhouette
Chubby
Soft and round
Outline
Line art
Pixel
8-bit retro
Sharp
Geometric
Drip
Melting vibes
Minimal
Ultra clean
Haunted
Scary ghost
Dot
Halftone matrix
Pencil
Line drawing
Wiggly
Cartoon
Simple Integration

One request.
Any icon.

Hit our REST endpoint with a style name and optional brand details. Get back a production-ready SVG. No subscriptions — pay $0.10 per image with x402 micropayments baked into the protocol.

AI-powered generation
Describe your brand, pick a style. Our AI generates a unique SVG icon tailored to your needs.
💳
x402 micropayments
Pay per image with HTTP 402. No API keys, no quotas, no billing portals. $0.10 per request.
🎨
11 unique styles
Classic, pixel, sharp, drip, minimal, haunted, and more. Each style has its own AI system prompt for consistent results.
generate-icon.js
// 1. Generate an icon
const res = await fetch('https://omghost.xyz/api/generate', {
  method: 'POST',
  headers: { 'Content-Type': 'application/json' },
  body: JSON.stringify({
    styleName: "neon-glow",
    brandName: "My Startup",
    brandVoice: "modern, bold",
  })
});
 
const { jobId } = await res.json();
 
// 2. Poll for completion
const status = await fetch(
  `https://omghost.xyz/api/generate/${jobId}/status`
);
const { svg, token } = await status.json();
// → svg: "<svg viewBox=..."
Ghost Studio

Design your icon.
Export the code.

Explore all 11 styles, mix custom colors, adjust strokes — then copy the API call to drop into your project.

pay-per-svg

$0.10 / image

SVG & PNG · No API keys · No subscriptions · Pay per request with x402 micropayments

View API Docs
made with 🫶🏽 by agent-swarm