Embed AI-powered 3D models directly into your store.
The KishMake API lets you drop our design templates into any 3D-print e-commerce site. Your customers go from idea to print-ready model in minutes — without leaving your platform.
- Free to join
- Priority onboarding
- Shape the roadmap
Join the API waitlist
Be first in line when we open access. No spam — we'll only email when there's real news.
Everything you need to add design-on-demand
Plug our model generator into your storefront and offer customizable, print-ready products without managing a single STL file.
Drop-in templates
Use any of our pre-made design templates — figurines, ornaments, miniatures, planters — directly in your store.
Simple REST API
Generate models from text or image inputs with a single endpoint. SDKs and code samples included.
Print-ready output
Models come back as clean STL/3MF files, optimized for FDM and resin printers right out of the box.
Works on any platform
Shopify, Wix, WooCommerce, custom React or HTML — if it loads JavaScript, it works.
White-label friendly
Customize the embedded UI to match your brand colors, fonts, and layout.
Fast generation
Models are generated and returned in under a minute, ready to preview and print.
Three steps to launch
From sign-up to your first generated model in under an hour.
Get your API key
Approved waitlist members receive credentials and a personal onboarding link.
Embed the widget
Drop our script tag — or call the REST API directly — into your product pages.
Sell print-ready designs
Customers generate models on your site. You get the file, the order, and the customer.
// Generate a 3D model from a text prompt
const response = await fetch("https://api.kishmake.com/v1/generate", {
method: "POST",
headers: {
"Authorization": `Bearer ${API_KEY}`,
"Content-Type": "application/json"
},
body: JSON.stringify({
template: "christmas-ornament",
prompt: "a cute fox with a santa hat",
format: "stl"
})
});
const { modelUrl, previewUrl } = await response.json();Frequently asked questions
When will the API launch?+
We’re rolling out access to waitlist members in batches starting in the coming months. Early-access partners will be onboarded one-on-one to make sure their integration runs smoothly.
Which file formats do you support?+
The API returns STL and 3MF by default, both ready for FDM and resin slicers. Additional formats can be enabled per partner.
Can I customize the look of the embedded widget?+
Yes. The embedded UI accepts theme tokens for colors, fonts, and border radius, so it can match your existing storefront design.
Do I need to be a developer to use this?+
For custom sites, yes — basic JavaScript or backend skills help. For Shopify, Wix, and WooCommerce we plan to ship official plugins so non-developers can install with a few clicks.
Ready to add 3D design-on-demand to your store?
Join the waitlist today and we'll reach out as soon as the API is ready for early-access partners.