Last updated 4 months ago
Create a project from a custom template
curl -L \ --request POST \ --url 'https://www.taskade.com/api/v1/projects/from-template' \ --header 'Content-Type: application/json' \ --data '{ "folderId": "text", "templateId": "text" }'
{ "ok": true, "item": { "id": "text", "name": "text" } }