For the complete documentation index, see llms.txt. This page is also available as Markdown.

Copy Project

Copy Project — Taskade REST API v1 reference: POST /projects/{projectId}/copy. Parameters, authentication, and response schema.

post

Copy a project to a folder

Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
projectIdstringRequired
Body
folderIdstring · min: 1Required
projectTitlestring · min: 1Optional
Responses
200

Successful Project Copied

application/json

Successful Project Copied

okbooleanRequired
post/projects/{projectId}/copy

Last updated

Was this helpful?