Any.do
communityTask and project management app with daily planner, calendar integration, and team collaboration.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://sm-prod2.any.do/me/tasksGet tasks
Parameters
includeDoneinclude completed tasks (booleanoptionalincludeDeletedinclude deleted tasks (booleanoptionalReturns
tasks[] with id, title, note, dueDate, priority, status, categoryId, labels[], repeatingMethodPOST
https://sm-prod2.any.do/me/tasksCreate a task
Parameters
notedescription (stringoptionaltitletask title (stringrequireddueDatetimestamp ms (integeroptionalpriorityNormal|High|Urgent (stringoptionalcategoryIdlist ID (stringoptionalReturns
id, title, status, dueDate, priorityGET
https://sm-prod2.any.do/me/categoriesGet task lists/categories
Returns
categories[] with id, name, isDefault, sortIndex