create_site
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}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| candidate | Yes | A BusinessCandidate object from search_businesses results (use the _raw array) | |
| extraInfo | No | Optional additional metadata to include with the registration |