{ "opencollection": "1.0.0", "info": { "name": "eBay Account Advertising_eligibility Video API", "version": "v1.9.2" }, "items": [ { "info": { "name": "Video", "type": "folder" }, "items": [ { "info": { "name": "createVideo", "type": "http" }, "http": { "method": "POST", "url": "https://api.ebay.com{basePath}/video", "headers": [ { "name": "Content-Type", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.ebay.com/oauth2/authorize", "accessTokenUrl": "https://api.ebay.com/identity/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "This method creates a video. When using this method, specify the title, size, and classification of the video to be created. Description is an optional field for this method.

Tip: See Adding a video to your listing in the eBay Seller Center for de" }, { "info": { "name": "getVideo", "type": "http" }, "http": { "method": "GET", "url": "https://api.ebay.com{basePath}/video/:video_id", "params": [ { "name": "video_id", "value": "", "type": "path", "description": "The unique identifier of the video to be retrieved." } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.ebay.com/oauth2/authorize", "accessTokenUrl": "https://api.ebay.com/identity/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "This method retrieves a video's metadata and content given a specified video ID. The method returns the title, size, classification, description, video ID, playList, status, status message (if any), expiration date, and thumbnail image of the retrieved video.

The video’s title, size, classification, and description are set using the video ID and uploads the input file. After the file has been uploaded the processing of the file begins.

Note: The size of the video to be uploaded must exactly match the size of the video's input stream that was set in the
createVideo method. If the si" } ] } ], "bundled": true }