For developers
Crayonz Developer API — embed AI merch design anywhere.
One REST call generates a design. Another renders it on a 3D garment. A third lets a shopper try it on before they buy. Drop into any store. Pay by usage.
What the Crayonz API does
Virtual Try-On
Render a shopper wearing any garment from a single photo. Powers VTO widgets across Shopify, WooCommerce and custom stores.
Design Generation
Generate four AI-designed apparel artworks from a plain-language prompt. Returns print-ready PNGs at production resolution.
Meme Generation
Produce on-brand meme content from a topic plus a tone. Used by social-media and content-marketing platforms.
Authentication
Every Crayonz API request carries a signed API key in the X-API-Key header. Keys come in two flavours: cz_test_* for development and cz_live_* for production. Generate and rotate keys from the API console.
# Example: generate four AI design variants
curl -X POST https://api.crayonz.ai/v1/designs \
-H "X-API-Key: $CRAYONZ_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "Vintage 90s skate shop logo for an indie streetwear brand",
"count": 4,
"format": "png"
}'Drop-in integrations
Shopify theme app extension
Adds the Crayonz VTO button to any product page. Zero theme code changes; install from the Shopify app store.
WooCommerce plugin
PHP plugin for WordPress stores. Drop in the shortcode, configure your API key, and try-on is live.
Embeddable web component
Framework-agnostic custom element for non-Shopify, non-WordPress stores. One <script> tag.
Standalone REST
Versioned REST endpoints under api.crayonz.ai with usage metering and per-minute rate limits.
Pricing
The Crayonz API is in early access with a credit-based usage model. Each design generation, mockup render and VTO call consumes credits; credits are priced in tiers via the API console. Volume and enterprise pricing is available — reach out via the contact page if you need a custom plan.
Hobby
Free credits to integrate and demo. Perfect for development and test builds.
Production
Pay-as-you-go credit packs. Per-minute rate limits scale with your load.
Enterprise
Custom pricing, SLAs, dedicated support, security review. Contact us for a quote.
Build with Crayonz
Get an API key, fire your first request in under five minutes, and embed Crayonz into your product.