Reusing AI Content Across Multiple Templates
Reusing AI-generated content across different templates is an effective way to create up to four visually distinct website drafts while maintaining the same core content. This allows end customers to easily compare design options and select the version that best fits their preferences.
Follow the steps below:
1. Select Templates in RAI:
Go to RAI and select the templates you want to use to generate draft websites with the same AI-generated content. You can share content across up to four different templates.
2. Link Modules Across Templates:
After selecting your templates, open each one in the editor and locate the modules you want to link. Supported modules include Text modules, FAQ List modules, and Button modules.
To link modules, click Edit and assign a module label using the AI Tags menu.
For modules to share the same content, they must:
- Be in different templates
- Have the same AI tag label
For example, if the Welcome Title content should be identical across templates, assign the same AI tag label to the Welcome Title module in each template.
3. Authorise Access to the QC API:
Next, open the QC API documentation and sign in or authorise access to send API requests.
4. Use the Generate Content Endpoint:
Locate the /generate-content endpoint and review its description.
In this endpoint:
- templateId: refers to the base template (the template you want to copy content from).
- linkedTemplateIds: is the list of template IDs where the content will be copied.
5. Create Sites in Bulk:
Go to the /sites/bulk endpoint and paste the aiData for each site you want to create.
6. Receive Job IDs:
Once the request is submitted, you will receive the corresponding number of jobIDs, one for each site creation request.