API Reference
Create a new task
Creates a task on the specified date. Returns the new task ID. The task is appended to the end of the date’s task list. To log or record an already-completed activity, set isCompleted to true.
POST
Create a new task
Documentation Index
Fetch the complete documentation index at: https://docs.znift.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key with znift_ prefix. Create one in Profile > API Keys.
Body
application/json
Task text
Minimum string length:
1YYYY-MM-DD
Due time as Unix timestamp in ms
Available options:
high, medium, low Set to true to log a completed activity. Defaults to false for planned tasks.
Time spent in minutes
Additional details
Response
Task created
Create a new task