bulk_create_pins
Create multiple Pinterest pins on a board in a single request. Provide title, description, and image URL or path for each pin, with an optional dry run to validate before posting.
Instructions
Create multiple pins on a board. Rate-limited to 10/min automatically. Each pin dict must include title, description, and either image_url or image_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pins | Yes | ||
| dry_run | No | ||
| board_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |