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

Create Task

Create Task — Taskade REST API v1 reference: POST /projects/{projectId}/tasks/. Parameters, authentication, and response schema.

post

Create one or more tasks in a project

Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
projectIdstringRequired

Unique identifier for the project.

Body
Responses
200

Successful Tasks creation

application/json

Successful Tasks creation

okboolean · enumRequiredPossible values:
post/projects/{projectId}/tasks/

Last updated

Was this helpful?