Skip to content

Python Moods Functions

Akshay B edited this page Mar 16, 2026 · 1 revision

Python Moods Functions (Azure Functions)

This document details mood routes in PluckIt.Processor.

Documentation metadata

  • Audience: external contributors
  • Last reviewed: 2026-03-16
  • Scope: moods contract only

Endpoint inventory

MoodsFunctions

  • 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.

Notes

  • This domain is intentionally small and stable; it primarily supplies taxonomy data used by other Python services.

Clone this wiki locally