# AI Lander Generate, manage, and remove AI-powered landing pages for domains (requires authentication) ## Generate AI landing page for domains - [POST /mcp/v1/actions/ud_domain_generate_lander](https://docs.unstoppabledomains.com/apis/user-api/openapi/ai-lander/generatelander.md): Trigger AI-generated landing page creation for one or more domains. Enqueues asynchronous generation jobs. Use ud_domain_lander_status to check progress. ## Check AI lander generation status - [POST /mcp/v1/actions/ud_domain_lander_status](https://docs.unstoppabledomains.com/apis/user-api/openapi/ai-lander/landerstatus.md): Check the status of AI landing page generation for one or more domains. Returns pending, generating, processing, hosted, failed, or none. ## Upload custom landing page content to domains - [POST /mcp/v1/actions/ud_domain_upload_lander](https://docs.unstoppabledomains.com/apis/user-api/openapi/ai-lander/uploadlander.md): Upload custom landing page content for one or more domains. Accepts either raw HTML (htmlContent) for single-page landers or base64-encoded zip files (zipContent) for multi-file sites. Existing lander content is replaced. ## Download landing page content from domains - [POST /mcp/v1/actions/ud_domain_download_lander](https://docs.unstoppabledomains.com/apis/user-api/openapi/ai-lander/downloadlander.md): Download existing hosted lander files from one or more domains. Single-page landers return raw HTML (htmlContent); multi-file sites return a base64-encoded zip (zipContent). ## Remove AI landing page from domains - [POST /mcp/v1/actions/ud_domain_remove_lander](https://docs.unstoppabledomains.com/apis/user-api/openapi/ai-lander/removelander.md): Remove AI-generated landing pages and hosting configuration from one or more domains. Deletes GCS content and removes hosting config.