# Check AI lander generation status Check the status of AI landing page generation for one or more domains. Returns pending, generating, processing, hosted, failed, or none. Endpoint: POST /mcp/v1/actions/ud_domain_lander_status Version: 1.0.0 Security: bearerAuth ## Request fields (application/json): - `domains` (array, required) Array of domains (1-50) - `domains.name` (string, required) Domain name to check (e.g., "example.com") ## Response 200 fields (application/json): - `results` (array) - `results.domain` (string) - `results.status` (string) Enum: "pending", "generating", "processing", "hosted", "failed", "none" - `results.hostingType` (string) - `results.error` (string) ## Response 401 fields