Skip to content
Get an API key

Create a mood/inspiration board inside a MockFlow IdeaBoard mood frame: color palette swatches, typography specimens, keyword/mood text tiles, and photographic image tiles.

Updated 16 Sep 20261 min read

Send "type": "mood_frame".

Create a mood/inspiration board inside a MockFlow IdeaBoard mood frame: color palette swatches, typography specimens, keyword/mood text tiles, and photographic image tiles. NOT a way to make a picture: this composes a whole board of swatches, type and tiles, so "an image/photo of X" is render_image, not this tool, even though a moodboard can contain imagery.

Also available as the MCP tool render_moodframe. The same payload works through either surface.

Fields

data
titlestring

A short title shown as the frame header (e.g. "Brand Mood Board").

componentsobjectrequired

Compressed moodboard layout with 'c' array (MF_Rectangle2/MF_Section color swatches, MF_Text specimens/keywords, and MF_ImageComp photo tiles when images were requested).

Child attributes
cobject[]required

Example

{
  "type": "mood_frame",
  "data": {
    "title": "Q4 Launch Planning",
    "components": {
      "c": [
        {
          "t": "string",
          "x": 0,
          "y": 0,
          "w": 0,
          "h": 0,
          "a": 0,
          "e": "string",
          "tx": "string",
          "ta": "left",
          "fs": 0,
          "fcl": "string",
          "fw": "normal"
        }
      ]
    }
  }
}
Was this page helpful?

Sign in to MockFlow

The same account you use in the app and on the API.

Forgot your password?
or
Continue with GoogleContinue with Microsoft