Tasks
Create Task Draft
Create a new task draft for confirmation
POST
This endpoint requires authentication.
Request
string
required
Task title (1-200 characters)
string
Detailed description (max 2000 characters)
integer
default:"3"
Priority level: 1 (highest) to 5 (lowest)
string
Due date in ISO 8601 format
string
Original natural language input (for AI learning)
Response
string
Draft UUID
string
Parsed task title
string
Task description
integer
Priority level
string
Draft status:
pending, confirmed, or rejectedstring
Due date if set
string
Creation timestamp