Skip to content
view raw .md

Mood tracking

Track mood entries per user.

POST/v1/mood/track/API keyCLI Auth

Track mood entry

Track mood entry

Errors

StatusWhen
401Missing/invalid/expired credential
403Authenticated but not permitted
429Throttled - Retry-After header set
400Validation error
curl -sS -X POST 'https://api.dailybot.com/v1/mood/track/' -H 'X-API-KEY: $DAILYBOT_API_KEY'

Try it

This is a copy-only helper — the request is not sent from your browser. Paste the command into your terminal to execute it.