Get Page Content
aipush.pages.contentGet the full HTML content and metadata of a generated page by providing its website domain and slug. Access page data after creation.
Instructions
Get full HTML content and metadata of a specific generated page by slug (AIPush)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| website_domain | Yes | Domain the page belongs to (e.g. "example.com"). | |
| slug | Yes | Page slug identifier (e.g. "best-hotels-bangkok-2026"). Returned by aipush.list_pages or aipush.generate_page. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |