Skip to content

API

Currently, for the public API, start_from can only be set to a date within the range from today to three days ago, and last_for_days cannot exceed 7 days.

curl

curl -X POST https://infer.plantodo.app/infer/ \
  -H "Content-Type: application/json" \
  -d '{"version":"jsonv1","plans":[{"desc":"every day","every":"day"},{"desc":"over","on":"10-30"}],"range":{"start_from":"2025-11-19T12:00:00+08:00","last_for_days":1},"depict_tasks":true}'