← Back to catalog
aipush.page_content
mock data$0.003 / callPage Content (AIPush)
Get full HTML content and metadata of a specific generated page by slug (AIPush)
Input schema
slugrequired
stringPage slug identifier (e.g. "best-hotels-bangkok-2026"). Returned by aipush.list_pages or aipush.generate_page.
website_domainrequired
stringDomain the page belongs to (e.g. "example.com").
Call via REST
curl -X POST https://unifyapi.pro/api/call/aipush.page_content \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"slug":"<slug>","website_domain":"<website_domain>"}'