Designa Integration
Build with Designa
Embed Designa's design tools — coupons, ads, AI image, animation, and video — directly inside your product. Your users are signed in automatically, they never see a Designa login screen, and usage bills to your business's shared credit pool.
<iframe
src="https://app.designa.ai/embed/remix?partnerId=yourapp&partnerUserId=u_42&partnerBusinessId=biz_7&partnerRole=member&email=user%40yourapp.com&exp=1699999999&sig=…"
style="width:100%;height:600px;border:none"
allow="clipboard-write"
title="Designa Workspace">
</iframe>How it works
Register your app once to get a partner_idand secret. Every iframe URL you build carries a signature — either computed on your own server, or handed to you by Designa's API — that proves the request came from you and tells Designa which of your users is loading the workspace. Designa provisions a real account for that user behind the scenes and drops them straight into the editor.
Credits are pooled per business, not per user: an admin tops up the pool via Stripe, and every member of that business spends from it until it runs out. When a user saves a design, Designa posts a window.postMessage event back to your page with the resulting image URL.
Explore the docs
Need help?
Reach out to your Designa contact, or send this documentation to your engineering team along with the Quickstart — it's written for whoever is doing the actual implementation.