Start Focus Time
documentedStart a Focus Session on the user's devices (API key).
POST \/anapi\/start_focustimeAnalytic Data APIno implementation yet0 runsNo 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://www.rescuetime.com/anapi/start_focustime?key={{RESCUETIME_API_KEY}}&duration={{$duration}}" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json"