Create From Template
post
Create a project from a custom template
Authorizations
Body
folderIdstring · min: 1Required
templateIdstring · min: 1Required
Responses
200
Successful Project creation from template
application/json
4XX
Error description
application/json
post
/projects/from-templatePOST /api/v1/projects/from-template HTTP/1.1
Host: www.taskade.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 39
{
  "folderId": "text",
  "templateId": "text"
}{
  "ok": true,
  "item": {
    "id": "text",
    "name": "text"
  }
}Last updated