The Pinterest API v5 requires app review with business use case justification, complex board management, and strict image format requirements. RelayAPI handles OAuth, rate limits, media hosting, and API changes.
No credit card required · Free plan available
const res = await fetch("https:">//api.relayapi.dev/v1/posts", {
method: "POST",
headers: {
Authorization: "Bearer rlay_live_xxxx",
"Content-Type": "application/json",
},
body: JSON.stringify({
content: "Check out our latest update!",
platforms: ["pinterest"],
media: ["https:">//cdn.example.com/image.jpg"],
}),
});Publishing Pins via the Pinterest API requires a Pinterest Business account. Personal accounts must be converted to Business accounts in Pinterest settings.
Authorize your Pinterest account via OAuth in about 30 seconds.
Use the REST API or our SDKs to publish content from your stack.
RelayAPI manages publishing, rate limits, and delivery notifications.
Create Pinterest Pins with a single API call. No board ID lookups, no image resizing, no video processing polls. Send your content and link, we handle the rest.
RelayAPI uses the official Pinterest API v5. Your Pins appear natively with full SEO benefits and analytics, while we manage app review, tokens, and format compliance.
Pinterest rewards specific image dimensions and formats. RelayAPI automatically optimizes your media for maximum reach, handling aspect ratios, resizing, and format conversion.
Yes. The Pinterest API only supports Business accounts. You can convert a personal account to a Business account for free in your Pinterest settings.
RelayAPI supports Image Pins, Video Pins, Idea Pins (multi-page stories), Product Pins with shopping metadata, and Carousel Pins. All with automatic format optimization.
Pinterest recommends 1000x1500 pixel images with a 2:3 aspect ratio. RelayAPI validates your images, warns about suboptimal dimensions, and can resize automatically to maximize Pin performance.
Yes. You can create boards, list existing boards, and specify target boards by name when creating Pins. RelayAPI resolves board names to IDs automatically.
Join developers who chose RelayAPI over wiring up Pinterest API v5 by hand.