← Back to catalog
aipush.generate_page
mock data$0.050 / callGenerate AI Page (AIPush)
Requires mip_status='ready' and cf_hostname_status='active' (check website_status first). Generates one AI-optimized HTML page structured for AI assistant answer compilation (ChatGPT, Perplexity, Gemini). Page includes decision question, short answer with CTA, comparison, pricing, FAQ. Published at reference.{domain}/{slug}. Optional keyword parameter targets specific search intent (AIPush)
Input schema
keyword
stringTarget keyword or topic for the page (e.g. "best hotels in Bangkok", "affordable dentist near me"). If omitted, the system picks from the semantic coverage grid.
website_domainrequired
stringDomain of the website to generate a page for. Must be set up first via aipush.setup_website.
Call via REST
curl -X POST https://unifyapi.pro/api/call/aipush.generate_page \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"keyword":"<keyword>","website_domain":"<website_domain>"}'