Create a PlacePack image pack manifest
placepack_create_packValidate multiple size specs or one preset and return a manifest of generated PlacePack image URLs. Optionally inline a small SVG ZIP as base64.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sizes | No | Newline-separated size specs. | |
| format | No | ||
| preset | No | Preset key such as og, developers, automation, or favicon. | |
| bgColor | No | Background hex color, with or without #. | |
| padding | No | ||
| template | No | Label template. Tokens: {alias}, {w}, {h}, {ratio}, {index}, {bg}, {color}. | |
| inlineZip | No | Return a base64 ZIP for SVG packs with at most 10 files. | |
| textColor | No | Label hex color, with or without #. | |
| strokeWidth | No |