Moods

Moods are art-direction presets. They drive palette, typography, timing, entrances, spacing, camera behavior, and animation feel.

List Moods

GET/api/moods

List moods

Returns built-in moods and aliases available to the authenticated org.

bash
curl "$WORKSHOP_URL/api/moods" \
  -H "x-api-key: $WORKSHOP_API_KEY"

Get Mood

GET/api/moods/{name}

Get mood profile

Returns the full resolved mood profile for a mood or alias.

bash
curl "$WORKSHOP_URL/api/moods/precision" \
  -H "x-api-key: $WORKSHOP_API_KEY"

Built-In Moods And Aliases

Core built-ins include confident, playful, dramatic, elegant, calm, urgent, and precision.

Aliases map common creative language to the closest built-in behavior. Examples include cinematic, electric, intimate, retro, corporate, technical, and launch.

Next Steps