Sign in

Create project

documented

Create a new project.

POST /open/v1/projectProjectsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.ticktick.com/open/v1/project" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"name": "{{$title}}", "color": "{{$color}}", "sort_order": {{$sort_order}}, "view_mode": "{{$view_mode}}", "kind": "{{$kind}}"}'
Create project · TickTick · OpenIntegrations