create_site
ActiveTool of WebZum - The Hosting Layer for AI-Generated Web Content
Create a new website for a business. Pass a business candidate object from search_businesses to generate a website. Requires authentication via API key (Bearer token). Generate an API key at webzum.com/dashboard/account-settings. The site generation happens in the background. Use get_site_status to check progress. Returns the businessId which can be used to access the site at /build/{businessId}
Parameters schema
{
"type": "object",
"required": [
"candidate"
],
"properties": {
"candidate": {
"type": "object",
"required": [
"id",
"businessName",
"snippet",
"source",
"confidence"
],
"properties": {
"id": {
"type": "string"
},
"phone": {
"type": "string"
},
"source": {
"type": "string"
},
"address": {
"type": "string"
},
"snippet": {
"type": "string"
},
"website": {
"type": "string"
},
"confidence": {
"type": "number"
},
"businessName": {
"type": "string"
}
},
"description": "A BusinessCandidate object from search_businesses results (use the _raw array)"
},
"extraInfo": {
"type": "object",
"properties": {
"data": {
"type": "object"
},
"note": {
"type": "string"
}
},
"description": "Optional additional metadata to include with the registration"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WebZum - The Hosting Layer for AI-Generated Web Content
1/7 registries