Posting an Image Pin to Pinterest
The Pinterest API requires an image to be included in the post. Other parameters are optional. Please see Pinterest Media Guidelines and Pinterest Authorization for more information.Pinterest Post
Pinterest Options
You can set additional options for a post by using thepinterestOptions
parameter.
Pinterest Post
The alternative text for images and videos for accessibility and screen readers. Maximum 500 characters.See Pinterest Alternative Text for more information.
Post to another one of the user’s Pinterest Boards by specifying the ID from the /user/details endpoint.If not specified, posts to the default linked board.See Pinterest Board ID for more information.
Add up to 5 images as a Pinterest carousel with optional titles, links, and descriptions.Each object can contain:
title
, link
, and description
.See Pinterest Image Carousel for more information.The destination URL users will be directed to when clicking the pin image. Maximum 2048 characters.Creates a clickable link attached to your pin.See Pin Link for more information.
Add private notes to individual Pins that only you and board collaborators can see. Maximum 1000 characters.See Pin Note for more information.
Set a thumbnail for video pins. Must be PNG or JPG, same dimensions as video, under 10MB.Required for video pins.See Video Pin (Thumbnail) for more information.
The title of the pin to display in the “Add your title” section. Maximum 100 characters.See Pin Title for more information.
post
field are not clickable. Please use the link
field to add a
clickable link to the Pin.
See Pinterest Media Guidelines for more information.
Alternative Text
Add alternative text, also known as alt text, to a Pinterest image or video. Pinterest alt text is an accessibility feature used for additional user info and screen readers. Use thealtText
in the pinterestOptions
object.
Pinterest Alt Text
Board ID
Post to another one of the user’s Pinterest Boards by specifying the ID obtained from the /user/details endpoint. Otherwise post to the default linked board. Use theboardId
in the pinterestOptions
object.
Pinterest Board ID
Character Limits
Please see Pinterest Character Limits for more information.Pin Link
The destination URL that users will be directed to when they click on your pin image. This creates a clickable link attached to your pin. Maximum length is 2048 characters. Use thelink
in the pinterestOptions
object.
Pin Link
Pin Note
You can add private notes to individual Pins on your boards. Only you and board collaborators will be able to see them. Use thenote
in the pinterestOptions
object.
Pin Note
Pinterest Image Carousel
Post up to five images as a Pinterest carousel. By adding more than one media URL, a carousel is automatically created. You can also add in optional carousel parameter. Please see below.Pinterest Carousel Post
carouselOptions
field takes an array of objects. Each carousel object corresponds to the equivalent media URL string, e.g. the first carousel object refers to the first mediaUrl
string.
title
: The image title.link
: The external destination link for the image.description
: The image description.
Pinterest Mentions
While you can add a @handle to a Pinterest post, Pinterest does not support resolving mentions in the post text. The @handle will remain as plain text.Pin Title
The title of the pin to display. This appears in the “Add your title” section of a new pin. Maximum 100 characters. Use thetitle
in the pinterestOptions
object.
Pin Title
Video Pin (Thumbnail)
A video may be posted as a Pin using the standardmediaUrls
field in the /post endpoint. Additionally, a thumbnail image URL must be included with the video with a valid media Content-Type such as image/jpeg
.
Please see requirements.
Video Pin with Thumbnail
isVideo
parameter. See the /post endpoint for details.