Page Toolswordpress_create_page_duplicate

wordpress_create_page_duplicate

Create a duplicate of an existing page for safe editing.

wordpress_create_page_duplicate

Create a duplicate of an existing page for safe editing. After creating a duplicate, edit the duplicate using wordpress_update_page, then approve in WordPress Admin under Respira → Approvals & Undo.

The response includes a share preview link (preview_url): send it to anyone who should see the duplicate before it goes live. It opens with no WordPress login and lasts 14 days by default. See Share preview links.

Parameters

ParameterTypeRequiredDescription
originalIdnumberYesID of the original page to duplicate
suffixstringNoOptional suffix for the duplicated page title

Response

{
  "success": true,
  "original_id": 42,
  "duplicate_id": 43,
  "status": "draft",
  "approval_url": "https://yoursite.com/wp-admin/admin.php?page=respira-approvals",
  "preview_url": "https://yoursite.com/?page_id=43&preview=true&respira_preview=43.1790276757.…",
  "preview_expires_at": "2026-09-24T19:05:57+00:00"
}

Example Prompts

  • "Create a duplicate of the About page"
  • "Duplicate page 42"
  • "Make a safe copy of my homepage so I can edit it"
  • "Duplicate the About page and give me a share preview link for my client"