← All features
Imports
Bring designs in from Figma, Canva, or raw SVG.
Import a Figma frame by URL, a flattened Canva export, or a raw SVG file directly into a new template—SVG import is free; Figma and Canva imports are a paid feature.
Paid plans only — see plans

POST /api/v1/templates/import-figma
POST /api/v1/templates/import-figma
{ "url": "https://www.figma.com/file/.../Frame?node-id=1:2" }
→ { "success": true, "template": { "id": "tpl_new", ... }, "fieldCount": 4 }Figma by URL
Copy a frame’s "link to selection" from Figma and import it directly as an editable template.
Canva flat or HTML export
Import a flattened Canva image as a background, or a Canva "Save As Webpage" HTML export with best-effort field detection.
SVG import is free
Plain SVG file import has no plan gate—available on every plan, including Free.
