Go to RAI and select the templates you want to use with the same AI-generated content.
You can share AI-generated content across up to four templates.
After choosing your templates, open each in the editor and locate the modules to link. You can link Text modules, FAQ List modules, and Button modules. To link modules, click Edit and set a module label in the AI Tags menu. For two modules to link, they must be in different templates and share the same AI tag label.
Next, open the QC API documentation and sign in/authorise to send requests.
Find the /generate-content endpoint and read its description. In this endpoint, the
templateIdparameter refers to your base template (the template you want to copy content from), andlinkedTemplateIdsis the list of template IDs you want to copy content to. When you send a request with both fields populated, the generated content for each labelled module in the template specified bytemplateIdis copied to the corresponding modules in the templates specified bylinkedTemplateIds. The endpoint returns content for all templates listed in both fields.
Go to /sites/bulk and paste aiData for each site you want to create.
You will receive the requested number of jobIDs.