create_pin
Create a Pinterest pin by providing an image URL or local path, along with board, title, and description. Use dry run to validate before posting.
Instructions
Create a new Pinterest pin. Provide either image_url (remote) or image_path (local file). Use dry_run=True to validate without posting (Pinterest has no sandbox).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link | No | ||
| title | Yes | ||
| dry_run | No | ||
| alt_text | No | ||
| board_id | Yes | ||
| image_url | No | ||
| image_path | No | ||
| description | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |