Sign in

Create highlight

documented

Post a daily highlight entry programmatically.

POST \/anapi\/highlights_postAnalytic Data APIno 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://www.rescuetime.com/anapi/highlights_post?key={{RESCUETIME_API_KEY}}&highlight_date={{HIGHLIGHT_DATE}}&description={{DESCRIPTION}}&source={{SOURCE}}" \
  -X POST \
  -H "Accept: application/json"