POST
/
feed

Add a new RSS feed for automated posting of new articles. Posts will be automatically sent to your linked social accounts: Facebook, Twitter, LinkedIn, and Telegram. Also Instagram and Pinterest if a valid image can be found in the article.

Header Parameters

Authorization
string
required
Format: Authorization: Bearer API_KEY. See API overview for more information.
Profile-Key
string
Profile Key of a user profile.

Request Body

url
string
required

URL of the RSS feed to add.

useFirstImage
boolean

Attempt to get the first or top image in the article and add it to the post.

autoHashtag
boolean

Automatically add up to 3 hashtags to the post tex based on the most relevant keywords.

type
string
default: "rss"

Value: rss, substack, or youtube.

platforms
array

Social network platforms to publish the article. If not provided, defaults to all connected platforms. Available platforms:

{
  "platforms": ["facebook", "instagram", 
    "linkedin", "pinterest", "twitter"]
}