aiendpoint.dev
ServicesTodoist

Todoist

community

Task management and to-do list app with natural language input, projects, labels, and integrations.

Visit site ↗

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.

https://todoist.combearerproductivityconfidence: 87/1000 discoveries2 contributors
GEThttps://api.todoist.com/rest/v2/tasks

Get active tasks

Parameters

filternatural language filter e.g. today|overdue (stringoptional
project_idfilter by project (stringoptional

Returns

tasks[] with id, content, description, project_id, priority, due.date, labels[], is_completed, created_at
POSThttps://api.todoist.com/rest/v2/tasks

Create a new task

Parameters

labelslabel names (string[]optional
contenttask title (stringrequired
priority1-4 (integeroptional4=urgent)
due_stringnatural language e.g. tomorrow at 3pm (stringoptional
project_idproject (stringoptional
descriptiontask description (stringoptional

Returns

id, content, project_id, priority, due, url
GEThttps://api.todoist.com/rest/v2/projects

List projects

Returns

projects[] with id, name, color, order, is_favorite, comment_count, is_shared, url