{ "opencollection": "1.0.0", "info": { "name": "MediaValet Downloads API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://login.mediavalet.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Downloads", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Downloads", "type": "http" }, "http": { "method": "GET", "url": "https://api.mediavalet.com/downloads", "headers": [ { "name": "x-mv-api-version", "value": "1.2" } ] }, "docs": "Returns a collection of all downloads." }, { "info": { "name": "Create Download By Id", "type": "http" }, "http": { "method": "POST", "url": "https://api.mediavalet.com/downloads", "headers": [ { "name": "x-mv-api-version", "value": "1.2" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new download." }, { "info": { "name": "Retrieve Download Detailed Information", "type": "http" }, "http": { "method": "GET", "url": "https://api.mediavalet.com/downloads/:id", "headers": [ { "name": "x-mv-api-version", "value": "1.2" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "id path parameter." } ] }, "docs": "Retrieve detailed information for a specific download." }, { "info": { "name": "Create A New Download By Id", "type": "http" }, "http": { "method": "POST", "url": "https://api.mediavalet.com/downloads/:id", "headers": [ { "name": "x-mv-api-version", "value": "1.2" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "id path parameter." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new download by id." }, { "info": { "name": "Remove Download", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mediavalet.com/downloads/:id", "headers": [ { "name": "x-mv-api-version", "value": "1.2" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "id path parameter." } ] }, "docs": "Remove a specific download by download id." }, { "info": { "name": "Downloads Get Immediate Download Async", "type": "http" }, "http": { "method": "POST", "url": "https://api.mediavalet.com/downloads/assets", "headers": [ { "name": "x-mv-api-version", "value": "1.2" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Downloads Get Immediate Download Async" }, { "info": { "name": "Validate Download", "type": "http" }, "http": { "method": "POST", "url": "https://api.mediavalet.com/downloads/validate", "headers": [ { "name": "x-mv-api-version", "value": "1.2" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Validate a download." }, { "info": { "name": "Downloads Get Asset Urls For Download Async", "type": "http" }, "http": { "method": "POST", "url": "https://api.mediavalet.com/downloads/asseturls", "headers": [ { "name": "x-mv-api-version", "value": "1.2" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Downloads Get Asset Urls For Download Async" }, { "info": { "name": "Create Single Asset Download", "type": "http" }, "http": { "method": "POST", "url": "https://api.mediavalet.com/downloads/:id/asset", "headers": [ { "name": "x-mv-api-version", "value": "1.2" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "id path parameter." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a single asset download by id." } ] } ], "bundled": true }