{ "opencollection": "1.0.0", "info": { "name": "Sinch Brands Access Control Lists Transcoding API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Transcoding", "type": "folder" }, "items": [ { "info": { "name": "Transcode a Message", "type": "http" }, "http": { "method": "POST", "url": "https://brands.api.sinch.com/v1/projects/:project_id/messages:transcode", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Transcodes a generic message format to a channel-specific format for preview purposes without sending the message." } ] } ], "bundled": true }