latestOpenAPI 3.0.02026-08-1610635191.3 KB
355890b6b4cc
Feeds
Create a feed subscription
Links a feed to a schedule template (ClientRequest) so that new feed items trigger automated content generation.
post/feeds/subscriptions
Request body
Example request
{
"feedId": 42,
"requestId": "123e4567-e89b-12d3-a456-426614174000"
}Response
Subscription created successfully
Example response
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"feedId": 42
}