API - To create a podcast feed: POST
to https://engine.whysper.io/api/v2/podcasts
with a JSON body:
{ "sourcefeed":"http://www.example.com/rss" }
You will receive a JSON response. Upon success:
{
"message":"success",
"podcastfeed":"new podcast feed url",
"title":"new podcast title",
"artworkurl":"new podcast artwork url",
"sourcefeedurl":"canonical url of sourceFeed from JSON request body",
"sourcewebsiteurl":"base url of website hosting sourceFeed"
}
Upon failure:
{ "message":"error message","podcastfeed":"","sourcefeedurl":sourceFeed }
curl example:
curl -X POST -H "Content-Type: application/json" -d "{ \"sourcefeed\" : \"http://www.example.com/rss\" }" https://engine.whyper.io/api/v2/podcasts
TOOLS - Whysper was created with: