Skip to main content

How can I convert my template JSON to HTML?

JSON to HTML conversion

Tali Hawley avatar
Written by Tali Hawley
Updated over a year ago

For this, you can use following two ways.

  1. Load your template JSON using loadDesign function in the editor and then use exportHTML function to get its HTML.

ย  ย  See example below:

2. Make a POST request containing JSON of the template, and in return you will receive HTML . Kindly follow our documentation for complete guidance.

Did this answer your question?