UnifyAPI
← Back to catalog

aipush.website_status

mock data$0.002 / call

Website 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)

AI & MLprovider: Aipush#aipush#ai

Input schema

website_domainrequired

Domain to check status for (e.g. "example.com").

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.