Duplicate a page
Creates a copy of a specified page, allowing users to reuse its content or structure. The new page can be placed under a parent page or at the root of a space (project).
Documentation Index
Fetch the complete documentation index at: https://superthread.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".
Page ID is a numerical string that identifies a Page.
Body
copy page details
"Duplicate of ..."
Parent page ID this page should be placed under. Send an empty string to place the page at the root of the project
"44"
a position where the page should be placed in relation to its siblings
3
Response
page copy successfully created