Getting started
Analytics
Background tracks
Content
Languages
Organization settings
Project voices
Player settings
Player
Playlists
Webhooks
Projects
Roles
RSS Feed
Rules
Summarization Settings
Video Settings
RSS Feed
Run RSS feed import
RSS Feed
Run RSS feed import
User should be able to run an RSS feed bypassing the “import_interval”.
POST
/
projects
/
{project_id}
/
integrations
/
rss_importer
/
feeds
/
{id}
/
run
curl --request POST \
--url https://api.beyondwords.io/v1/projects/{project_id}/integrations/rss_importer/feeds/{id}/run \
--header 'X-Api-Key: <api-key>'
Authorizations
Response
204
successful
curl --request POST \
--url https://api.beyondwords.io/v1/projects/{project_id}/integrations/rss_importer/feeds/{id}/run \
--header 'X-Api-Key: <api-key>'