UnifyAPI
← Back to catalog

aipush.page_content

mock data$0.003 / call

Page Content (AIPush)

Get full HTML content and metadata of a specific generated page by slug (AIPush)

AI & MLprovider: Aipush#aipush#ai

Input schema

slugrequired

Page slug identifier (e.g. "best-hotels-bangkok-2026"). Returned by aipush.list_pages or aipush.generate_page.

string
website_domainrequired

Domain the page belongs to (e.g. "example.com").

string

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

Try it

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