Integrations
The API is designed to slot into automation tools today; native store apps are on the roadmap.
Zapier / Make / n8n — available now
- Trigger on your event (new order, new file in Drive/Dropbox, new sheet row).
- HTTP module →
POST /api/v1/renders(multipart) with your API key — or usedesign_urlso no file handling is needed. - Use the returned image directly, or run async jobs with
webhook_urlpointing at a catch-webhook step.
Webhooks — available now
Every async render and bulk job can notify your endpoint when finished, signed with HMAC-SHA256. See the API docs for verification code.
Shopify & Etsy — on the roadmap
Native apps that push rendered mockups straight onto product listings (per variant) are planned. They require app review by each platform, so they ship after launch. Today the same workflow runs through Zapier/Make using each platform's official modules plus our render API.