create_titles
Add titles to a Mural with custom text, position, size, and styling. Supports HTML formatting and creating multiple title widgets in one call.
Instructions
Create one or more title widgets on a mural (limit 1000). Titles auto-grow width to fit text.
Each widget object supports:
- text: The title text (supports HTML: <b>, <i>, <u>, <s>, <span style="color:...">>).
- x, y: Position in px (default 0).
- width: Width in px (default 293).
- height: Height in px (default 62).
- style: { backgroundColor, font, fontSize (default 48), textAlign }.
- parentId: ID of parent area widget.
Args:
mural_id: The mural ID.
widgets: Array of title objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| widgets | Yes | ||
| mural_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |