v1
latestOpenAPI 3.0.3Proprietary2026-07-1713346131.7 KBTasks
Create a new task
Create a new task with the specified properties
post/tasks
Request body
Example request
{
"name": "Implement user authentication"
}Response
Task created successfully
Example response
{
"done": true,
"body": {
"name": "Implement user authentication",
"total_minutes": 480
},
"message": "Operation completed successfully"
}