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

Create From Template

Create From Template — Taskade REST API v1 reference: POST /projects/from-template. Parameters, authentication, and response schema.

post

Create a project from a custom template

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

Successful Project creation from template

application/json

Successful Project creation from template

okbooleanRequired
post/projects/from-template

Last updated

Was this helpful?