Integrations

The API is designed to slot into automation tools today; native store apps are on the roadmap.

Zapier / Make / n8n — available now

  1. Trigger on your event (new order, new file in Drive/Dropbox, new sheet row).
  2. HTTP module → POST /api/v1/renders (multipart) with your API key — or use design_url so no file handling is needed.
  3. Use the returned image directly, or run async jobs with webhook_url pointing 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.