UnifyAPI
← Back to catalog

aipush.setup_website

mock data$1.000 / call

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

AI & MLprovider: Aipush#aipush#ai

Input schema

target_urlrequired

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.

string
website_domainrequired

Domain of the website to register (e.g. "example.com", "myhotel.com"). Must have a CNAME record: reference.{domain} → cname.aipush.app

string

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

Try it

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