Duplicate an existing Duda page
Nội dung này hiện chưa có sẵn bằng ngôn ngữ của bạn.
The duplicate_page tool copies an existing Duda page (including its widgets
and layout) into a new page that lands as DRAFT. Use it to spin up variants
without re-laying out from scratch.
Tool call
Section titled “Tool call”duplicate_page site_id="<duda-site-id>" source_page_id="<original-uuid>" title="Pricing — Black Friday" slug="pricing-bf-2026" seo={ "title": "Black Friday pricing", "description": "Limited-time pricing", "no_index": false } header_html="<script>...</script>"Returns { id: "<new-uuid>", status: "draft", url: "/pricing-bf-2026" }.
Use cases
Section titled “Use cases”- Seasonal landing pages (Black Friday, end-of-year promo)
- A/B variants while keeping the original live
- Localised copies before connecting Duda multilingual
Hard rule
Section titled “Hard rule”The duplicate always lands as DRAFT. Same draft_status: DRAFT guardrail as
create_page_draft. To take the duplicate live, edit it then either flip via
update_page_draft with publish_on_next_site_publish: true, or publish
manually in the Duda dashboard.
See also
Section titled “See also”- Pages on Duda — base create/update flow
- Content injection — append reusable SECTION blocks to an existing page