Upload: Web Stories API Reference
Did you create your web stories with the WordPress Plugin or with another web story builder?You can still take easily full advantage of our Web Stories Platform, the YouTube for Web Stories
Upload an existing web story to your channel. That simple!
Pricing
Methods
upload | Upload the web story. |
API Request
POST https://webstories.today/api/v1/upload
Parameters
apikey | string, required |
Request body
{ "storyid": 0, "storyurl": "https://....", "storytitle": "string", "storylanguage": "string", "storydescription": "string, max 280 characters", "storycoverimageurl": "string, https://.... (JPG), Preferable 1200x600", "channelid": 100, "categoryid": "string, category displayname_encoded ex art", }
Response
The following table defines the properties that appear in this resource:storyid | int When successull, an integer greater than 0 |