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