Create a task
Creates a new task inside an existing project. Requires a valid project_id obtained from POST /projects. Tasks are created with a default status of pending.
Documentation Index
Fetch the complete documentation index at: https://writechoice-8439b44d-mintlify-78019799.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
All requests must include a valid API key in the Authorization header. Example: Authorization: Bearer tf-live-4a8f2c1e9b3d7e6a
Body
The ID of the project to add the task to. Required.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
The title of the task. Required.
"Write introduction page"
An optional description of the task.
"Draft the overview and getting started sections."
Response
Task created successfully.
Unique identifier for the task. Generated automatically.
"f9e8d7c6-b5a4-3210-fedc-ba9876543210"
The ID of the project this task belongs to.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
The title of the task.
"Write introduction page"
An optional description of the task.
"Draft the overview and getting started sections."
The current status of the task. - pending: The task has not been started. - in_progress: The task is actively being worked on. - done: The task has been completed.
pending, in_progress, done "pending"
Timestamp of when the task was created.
"2025-05-12T10:35:00.000Z"
Timestamp of the last update to the task.
"2025-05-12T11:00:00.000Z"