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.
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.
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).
Schedule pins to drip across days or weeks. Pinterest rewards consistent pinning over time, and Aidelly automates that cadence without you babysitting the calendar.
Choose the destination board per pin from a dropdown — boards are pulled live from your connected Pinterest account so they always stay in sync.
Track impressions, saves, outbound clicks, and engagement rate per pin via the Pinterest Analytics API right inside Aidelly Analytics.
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.
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.
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.
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.
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"
}'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.
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.
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.
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.
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.
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.