Update an RSS feed
curl \ -H "Authorization: Bearer API_KEY" \ -H 'Content-Type: application/json' \ -d '{"id": "4HZhptaD5", "useFirstImage": true, "autoHashtag": true}' \ -X PUT https://api.ayrshare.com/api/feed
{ "status": "success", "id": "vVYX3cgJ7" }
Authorization: Bearer API_KEY
Profile-Key: PROFILE_KEY
The RSS feed id returned from the RSS feed POST endpoint.
Attempt to get the first or top image in the article and add it to the post.
Automatically add up to 3 hashtags to the post text based on the most relevant keywords.