## Create a custom page `zero_trust.access.custom_pages.create(CustomPageCreateParams**kwargs) -> CustomPageWithoutHTML` **post** `/accounts/{account_id}/access/custom_pages` Create a custom page ### Parameters - `account_id: str` Identifier. - `custom_html: str` Custom page HTML. - `name: str` Custom page name. - `type: Literal["identity_denied", "forbidden"]` Custom page type. - `"identity_denied"` - `"forbidden"` ### Returns - `class CustomPageWithoutHTML: …` - `name: str` Custom page name. - `type: Literal["identity_denied", "forbidden"]` Custom page type. - `"identity_denied"` - `"forbidden"` - `uid: Optional[str]` UUID. ### Example ```python import os from cloudflare import Cloudflare client = Cloudflare( api_token=os.environ.get("CLOUDFLARE_API_TOKEN"), # This is the default and can be omitted ) custom_page_without_html = client.zero_trust.access.custom_pages.create( account_id="023e105f4ecef8ad9ca31a8372d0c353", custom_html="