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

Create Project

Create Project — Taskade REST API v1 reference: POST /projects. Parameters, authentication, and response schema.

post

Create a project in a team

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

Successful Project creation

application/json

Successful Project creation

okbooleanRequired
post/projects

Last updated

Was this helpful?