Post Toolswordpress_create_post_duplicate
Post Tools

wordpress_create_post_duplicate

Create a duplicate of an existing post for safe editing.

wordpress_create_post_duplicate

Create a duplicate of an existing post for safe editing. After creating a duplicate, edit the duplicate using wordpress_update_post, then approve in WordPress Admin (Respira → Approve Edits).

Parameters

ParameterTypeRequiredDescription
originalIdnumberYesOriginal post ID
suffixstringNoOptional suffix

Response

{
  "success": true,
  "original_id": 101,
  "duplicate_id": 202,
  "status": "draft",
  "approval_url": "https://yoursite.com/wp-admin/admin.php?page=respira-approvals"
}

Example Prompts

  • "Duplicate post 101"
  • "Create a safe copy of my latest blog post"
Was this page helpful?
Built with Documentation.AI

Last updated Dec 15, 2025