{ "opencollection": "1.0.0", "info": { "name": "Warner Bros. Discovery Content Partner Assets Metadata API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.warnermedia.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Metadata", "type": "folder" }, "items": [ { "info": { "name": "Submit Metadata", "type": "http" }, "http": { "method": "POST", "url": "https://api.warnermediasupplychain.com/v1/metadata", "body": { "type": "json", "data": "{}" } }, "docs": "Submit content metadata using the MovieLabs Media Manifest Core (MMC) format. Used for Automated Content Delivery (ACD) integration." }, { "info": { "name": "Validate Metadata", "type": "http" }, "http": { "method": "POST", "url": "https://api.warnermediasupplychain.com/v1/metadata/validate", "body": { "type": "json", "data": "{}" } }, "docs": "Validate metadata against WBD's MMC schema requirements before submission. Returns validation errors and warnings." } ] } ], "bundled": true }