Home/Pinterest
Pinterest Integration

Schedule Pinterest pins from any AI agent.

Connect your Pinterest Business account to Aidelly and publish image and video pins to any board from the dashboard or from any AI agent via MCP or REST API. Schedule pins in advance and post to Pinterest alongside all your other social platforms.

Everything you need for Pinterest

📌

Image and Video Pins

Publish image pins and video pins straight to any board. Aidelly handles the Pinterest media upload flow and picks the right aspect ratio (2:3 vertical works best).

📅

Smart Scheduling

Schedule pins to drip across days or weeks. Pinterest rewards consistent pinning over time, and Aidelly automates that cadence without you babysitting the calendar.

🗂️

Board Selection

Choose the destination board per pin from a dropdown — boards are pulled live from your connected Pinterest account so they always stay in sync.

📊

Insights and Analytics

Track impressions, saves, outbound clicks, and engagement rate per pin via the Pinterest Analytics API right inside Aidelly Analytics.

How to post to Pinterest with Aidelly

1

Connect your Pinterest Business account

Go to Settings > Connected Accounts and click Connect Pinterest. Approve the requested scopes (boards and pins, read and write). Your boards sync automatically so they appear in the composer.

2

Compose your pin

Upload an image or video, write a title and description, paste a destination link, and pick a board. Use the dashboard or instruct your AI agent directly. Aidelly enforces Pinterest character limits and handles the upload flow for you.

3

Schedule or publish immediately

Set a schedule_at timestamp to post later, or publish right away. Pinterest rewards steady pinning, so most users queue a week of pins at a time.

4

Track engagement in Analytics

Impressions, saves, pin clicks, outbound clicks, and engagement rate appear in Aidelly Analytics within 24 hours of posting and refresh daily.

Post to Pinterest via API

Any AI agent can publish a pin by calling the Aidelly API with pinterest in the platforms array and the destination board ID in platform-specific options:

curl -X POST https://api.aidelly.ai/v1/posts \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "content": "10 minimalist desk setups that actually look good. Full list at example.com",
  "platforms": ["pinterest"],
  "media": ["https://cdn.example.com/desk-setup.jpg"],
  "pinterest": {
    "title": "10 Minimalist Desk Setups",
    "board_id": "1234567890",
    "link": "https://example.com/desks"
  },
  "schedule_at": "2026-05-01T09:00:00Z"
  }'

Supported content types

Image pins
Video pins
Title (100 chars)
Description (500 chars)
Destination links
Board selection
Scheduled pins
Pinterest Analytics
Multi-platform publishing

Pinterest scheduling common questions

What types of Pinterest content can Aidelly publish?

Aidelly supports image pins and video pins. Each pin includes a title (up to 100 characters), a description (up to 500 characters), an optional destination link, and a chosen board.

How do I connect my Pinterest account?

Go to Settings > Connected Accounts and click Connect Pinterest. You will be redirected to Pinterest to approve access. Aidelly requests the boards:read, boards:write, pins:read, and pins:write scopes — the minimum needed to create pins and read your boards.

Can I schedule pins for a specific time?

Yes. Set a schedule_at timestamp when creating a pin. Aidelly will hold it and publish at the exact time you specify, the same way scheduling works for every other supported platform.

Can an AI agent post to Pinterest automatically?

Yes. Any agent with access to Aidelly via MCP or REST API can create and schedule pins immediately or on a schedule without any human interaction. Approval flows are optional.

Do I need a Pinterest Business account?

Yes. Pinterest requires a Business account to use the API for posting and analytics. Converting a personal account to Business is free and takes about a minute inside Pinterest settings.

Does Aidelly support Pinterest analytics?

Yes. Once your account is connected, Aidelly pulls impressions, saves (repins), pin clicks, outbound clicks, and engagement rate for your recent pins on a daily refresh.