Installation
SKILL.md
Pinterest API v5 Skill
This skill provides tools and instructions for working with Pinterest API v5.
Quick Start
- Create App: Follow the guide in references/setup_guide.md to get your
App IDandApp Secret. - Get Token: Run the authorization script:
The script will open a browser, perform OAuth authorization, and output thepython3 scripts/auth.pyAccess Token.
Core Features
1. Pin Management
- Create Pin:
POST /v5/pins - Get Pin Info:
GET /v5/pins/{pin_id} - Delete Pin:
DELETE /v5/pins/{pin_id}