Create page
create_pageCreate a new static page with title, HTML body, metadata, slug, image, and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Page HTML body. | |
| slug | No | Page slug. Auto-generated from title when omitted. | |
| image | No | Optional featured image path or URL. Use upload_image for local files. | |
| title | Yes | Page title. | |
| blogId | Yes | Blog ID. Use list_blogs to discover available blog IDs. | |
| status | No | Publishing status. Default: draft. | draft |
| metadata | No | Custom metadata entries as key/value objects. Maximum 20 entries; description should be 200 characters or fewer. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |