Skip to content

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

View REST API Reference

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

Set up MCP Server

Quick Start

  1. Get your API key - Learn how to authenticate
  2. Understand rate limits - View rate limit details
  3. Make your first request - List your Pinterest accounts:
Terminal window
curl -X GET https://api-v1.tailwind.ai/v1/accounts \
-H "Authorization: Bearer YOUR_API_KEY"

Need Help?