UnifyAPI
← Back to catalog

aipush.list_pages

mock data$0.002 / call

List Pages (AIPush)

⚡ ACTION: List all published AI marketing pages for a website with URLs, titles, and publish dates (AIPush)

AI & MLprovider: Aipush#aipush#ai

Input schema

limit

Maximum number of pages to return (default 20, max 100).

integer
offset

Number of pages to skip for pagination (default 0).

integer
website_domainrequired

Domain to list pages for (e.g. "example.com").

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/aipush.list_pages \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"limit":0,"offset":0,"website_domain":"<website_domain>"}'

Try it

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