-
Notifications
You must be signed in to change notification settings - Fork 0
Python Moods Functions
Akshay B edited this page Mar 16, 2026
·
1 revision
This document details mood routes in PluckIt.Processor.
- Audience: external contributors
- Last reviewed: 2026-03-16
- Scope: moods contract only
-
GET /api/moods- Returns supported/available mood values.
- Used by calibration, scraper curation, and client rendering.
-
GET /api/moods/{mood_id}- Returns a specific mood definition by ID.
- Supports direct detail view for downstream clients and workflows.
-
POST /api/moods/seed- Seeds initial mood definitions.
- Intended for first-run initialization and recovery of baseline mood data.
- This domain is intentionally small and stable; it primarily supplies taxonomy data used by other Python services.