UnifyAPI
← Back to catalog

aipush.generate_page

mock data$0.050 / call

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

AI & MLprovider: Aipush#aipush#ai

Input schema

keyword

Target 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.

string
website_domainrequired

Domain of the website to generate a page for. Must be set up first via aipush.setup_website.

string

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

Try it

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