Introduction
The Tailwind API allows you to programmatically schedule pins to Pinterest. Whether you’re building integrations, automating workflows, or creating custom tools, our API provides everything you need.
What You Can Do
- List accounts - View all Pinterest accounts connected to your organization
- Manage boards - Access boards and board lists for scheduling
- Schedule pins - Create, schedule, and manage Pinterest posts
- View timeslots - Access your smart schedule timeslots
Two Ways to Integrate
REST API
The traditional HTTP-based API for any programming language or platform. Perfect for:
- Server-side integrations
- Custom dashboards
- Automated workflows
- Third-party app integrations
MCP Server
The Model Context Protocol (MCP) server enables AI assistants like Claude to interact with Tailwind directly. Perfect for:
- AI-powered content scheduling
- Natural language pin creation
- Conversational Pinterest management
- Claude Desktop and Cursor integrations
Quick Start
- Get your API key - Learn how to authenticate
- Understand rate limits - View rate limit details
- Make your first request - List your Pinterest accounts:
curl -X GET https://api-v1.tailwind.ai/v1/accounts \ -H "Authorization: Bearer YOUR_API_KEY"Need Help?
- View code examples in JavaScript, Python, and cURL
- Read the scheduling guide for a complete walkthrough
- Contact support@tailwindapp.com for assistance