Create new site from a site templateAsk AIpost https://api.rocket.net/v1/sites/templates/{template_id}/sitesKicks off the creation of a task to create a new site from a site templatePath Paramstemplate_iduuidrequiredBody ParamsNew site template parametersnamestringrequiredWordPress Site TitlelocationintegerWhich Rocket.net Point of Presence to create the site atrestricted_locationintegerIf you have dedicated locations, you can use these by ID to add sites at those dedicated locations. (When passed, do not pass location)sub_pathstringIf the site should be installed outside of public_html, which folder (this is rare)labelstringLabel for the site (can be used to look up sites)metadataobjectSiteMetadata objecttemplate_replacementsarray of objectsIf this site is being created from a template, pass keys and values here and they will be replaced in the site's databasetemplate_replacementsADD objectResponses 200OK 400Bad Request 401Authentication failed 403Not authorized to access endpoint 404Given site not found for user 405Invalid input 500Internal errorUpdated 6 months ago