← Back to catalog
aipush.website_status
mock data$0.002 / callWebsite Status (AIPush)
Poll website readiness after setup_website. Returns billing_status, mip_status ('empty'|'pending'|'ready'), cf_hostname_status, cf_ssl_status, pages_total. Gate your workflow: wait for mip_status='ready' AND cf_hostname_status='active' before calling generate_page. Safe to poll repeatedly (AIPush)
Input schema
website_domainrequired
stringDomain to check status for (e.g. "example.com").
Call via REST
curl -X POST https://unifyapi.pro/api/call/aipush.website_status \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"website_domain":"<website_domain>"}'