aipush.setup_website
mock data$1.000 / callSetup Website (AIPush)
Register a website for AI marketing. Call with domain + target_url. If DNS is not configured, returns DNS_NOT_VERIFIED with exact CNAME record instructions — relay to user: reference.{domain} → cname.aipush.app. After user creates DNS record, call again. On success: client registered, MIP analysis starts automatically, SSL provisioning begins. Poll website_status until mip_status='ready' and cf_hostname_status='active', then use generate_page. Idempotent (AIPush)
Input schema
Target conversion URL — the single page all generated content will link to (e.g. "https://example.com/book", "https://myhotel.com/reserve"). Must be on the same domain.
Domain of the website to register (e.g. "example.com", "myhotel.com"). Must have a CNAME record: reference.{domain} → cname.aipush.app
Call via REST
curl -X POST https://unifyapi.pro/api/call/aipush.setup_website \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"target_url":"<target_url>","website_domain":"<website_domain>"}'