export_blueprint_image
Render a Cloudcraft blueprint to an image file. Specify blueprint UUID and optional format (png, svg, pdf, mxgraph), output path, scale, and transparency for PNG.
Instructions
Render a Cloudcraft blueprint to an image file on disk.
Args:
blueprint_id: Blueprint UUID.
format: One of png, svg, pdf, mxgraph. Default png.
output_path: Absolute path to save to. Default: /tmp/cloudcraft_<id>.<ext>.
scale: Optional PNG render scale (e.g. 1.0, 2.0). PNG only.
transparent: PNG transparent background (bool). PNG only.
Returns:
{"path": <saved_path>, "bytes": <size>, "format": <fmt>}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blueprint_id | Yes | ||
| format | No | png | |
| output_path | No | ||
| scale | No | ||
| transparent | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||