Developers

API - To create a website feed: POST to https://whysper-api.azurewebsites.net/api/v2/podcasts with a JSON body (note: you must include the 'http(s)://' protocol prefix):

                { "RssFeedUrl":"http(s)://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: