{
    "info": {
        "_postman_id": "a63ead30-a946-4130-bd99-2c16e28f031c",
        "name": "ows-transcoding",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
    },
    "item": [
        {
            "name": "/hello",
            "request": {
                "method": "GET",
                "header": [
                    {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text",
                        "disabled": true
                    },
                    {
                        "key": "Grass-Account-Type",
                        "value": "vendor",
                        "type": "text",
                        "disabled": true
                    },
                    {
                        "key": "Grass-Account-Id",
                        "value": "260561",
                        "type": "text",
                        "disabled": true
                    },
                    {
                        "key": "Orchard-User-Id",
                        "value": "alw:4794908",
                        "type": "text",
                        "disabled": true
                    },
                    {
                        "key": "",
                        "value": "",
                        "type": "text",
                        "disabled": true
                    }
                ],
                "url": {
                    "raw": "https://qa-ows-transcoding.theorchard.io/hello",
                    "protocol": "https",
                    "host": [
                        "qa-ows-transcoding",
                        "theorchard",
                        "io"
                    ],
                    "path": [
                        "hello"
                    ]
                }
            },
            "response": []
        },
        {
            "name": "/transcoding/presets",
            "request": {
                "method": "GET",
                "header": [
                    {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text",
                        "disabled": true
                    },
                    {
                        "key": "Grass-Account-Type",
                        "value": "vendor",
                        "type": "text",
                        "disabled": true
                    },
                    {
                        "key": "Grass-Account-Id",
                        "value": "260561",
                        "type": "text",
                        "disabled": true
                    },
                    {
                        "key": "Orchard-User-Id",
                        "value": "alw:4794908",
                        "type": "text",
                        "disabled": true
                    },
                    {
                        "key": "",
                        "value": "",
                        "type": "text",
                        "disabled": true
                    }
                ],
                "url": {
                    "raw": "https://qa-ows-transcoding.theorchard.io/transcoding/presets",
                    "protocol": "https",
                    "host": [
                        "qa-ows-transcoding",
                        "theorchard",
                        "io"
                    ],
                    "path": [
                        "transcoding",
                        "presets"
                    ]
                }
            },
            "response": []
        },
        {
            "name": "/transcoding/preset/qa_mezzanine",
            "request": {
                "method": "POST",
                "header": [
                    {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                    },
                    {
                        "key": "Grass-Account-Type",
                        "value": "vendor",
                        "type": "text"
                    },
                    {
                        "key": "Grass-Account-Id",
                        "value": "260561",
                        "type": "text"
                    },
                    {
                        "key": "Orchard-User-Id",
                        "value": "alw:4794908",
                        "type": "text"
                    },
                    {
                        "key": "",
                        "value": "",
                        "type": "text",
                        "disabled": true
                    }
                ],
                "body": {
                    "mode": "raw",
                    "raw": "{\r\n  \"input\": {\r\n    \"bucket\": \"qa-orcd-raw-assets\",\r\n    \"key\": \"23b3a9b5_cc29_4812_9071_db692eedc36c.wav\"\r\n  },\r\n  \"status_topic_alias\": \"qa_mezzanine_sns_alias\"\r\n}\r\n\r\n\r\n"
                },
                "url": {
                    "raw": "https://qa-ows-transcoding.theorchard.io/transcoding/preset/qa_mezzanine",
                    "protocol": "https",
                    "host": [
                        "qa-ows-transcoding",
                        "theorchard",
                        "io"
                    ],
                    "path": [
                        "transcoding",
                        "preset",
                        "qa_mezzanine"
                    ]
                }
            },
            "response": []
        },
        {
            "name": "/transcoding",
            "request": {
                "method": "POST",
                "header": [
                    {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                    },
                    {
                        "key": "Grass-Account-Type",
                        "value": "vendor",
                        "type": "text",
                        "disabled": true
                    },
                    {
                        "key": "Grass-Account-Id",
                        "value": "260561",
                        "type": "text",
                        "disabled": true
                    },
                    {
                        "key": "Orchard-User-Id",
                        "value": "alw:4794908",
                        "type": "text",
                        "disabled": true
                    },
                    {
                        "key": "",
                        "value": "",
                        "type": "text",
                        "disabled": true
                    }
                ],
                "body": {
                    "mode": "raw",
                    "raw": "{\r\n  \"input\": {\r\n    \"bucket\": \"qa-orcd-raw-assets\",\r\n    \"key\": \"24be0c34_1bdf_48a8_9774_8addfef499bc.wav\"\r\n  },\r\n  \"output\": {\r\n      \"bucket\": \"qa-orcd-mezzanine-assets\",\r\n      \"transcoding\": [\r\n          {\r\n            \"container\": \"wave\",\r\n            \"codec\": null,\r\n\t\t\t\"sample_rate\": 44100,\r\n\t\t\t\"channels\": 2,\r\n\t\t\t\"bit_rate\": 1411200,\r\n            \"bit_depth\": 16\r\n          }, {\r\n            \"container\": \"wave\",\r\n            \"codec\": \"pcm\",\r\n            \"sample_rate\": 44100,\r\n            \"bit_rate\": 1411200,\r\n            \"bit_depth\": 16,\r\n            \"channels\": 2\r\n          }\r\n        ]  \r\n  }, \r\n  \"status_topic_alias\": \"qa_mezzanine_sns_alias\"\r\n}\r\n\r\n"
                },
                "url": {
                    "raw": "https://qa-ows-transcoding.theorchard.io/transcoding",
                    "protocol": "https",
                    "host": [
                        "qa-ows-transcoding",
                        "theorchard",
                        "io"
                    ],
                    "path": [
                        "transcoding"
                    ]
                }
            },
            "response": []
        },
        {
            "name": "/transcoding-order/222/status",
            "request": {
                "method": "GET",
                "header": [
                    {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text",
                        "disabled": true
                    },
                    {
                        "key": "Grass-Account-Type",
                        "value": "vendor",
                        "type": "text",
                        "disabled": true
                    },
                    {
                        "key": "Grass-Account-Id",
                        "value": "260561",
                        "type": "text",
                        "disabled": true
                    },
                    {
                        "key": "Orchard-User-Id",
                        "value": "alw:4794908",
                        "type": "text",
                        "disabled": true
                    },
                    {
                        "key": "",
                        "value": "",
                        "type": "text",
                        "disabled": true
                    }
                ],
                "url": {
                    "raw": "https://qa-ows-transcoding.theorchard.io/transcoding-order/222/status",
                    "protocol": "https",
                    "host": [
                        "qa-ows-transcoding",
                        "theorchard",
                        "io"
                    ],
                    "path": [
                        "transcoding-order",
                        "222",
                        "status"
                    ]
                }
            },
            "response": []
        },
        {
            "name": "/transcoding-job/1061964/status",
            "request": {
                "method": "POST",
                "header": [
                    {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                    },
                    {
                        "key": "Grass-Account-Type",
                        "value": "vendor",
                        "type": "text",
                        "disabled": true
                    },
                    {
                        "key": "Grass-Account-Id",
                        "value": "260561",
                        "type": "text",
                        "disabled": true
                    },
                    {
                        "key": "Orchard-User-Id",
                        "value": "alw:4794908",
                        "type": "text",
                        "disabled": true
                    },
                    {
                        "key": "",
                        "value": "",
                        "type": "text",
                        "disabled": true
                    }
                ],
                "body": {
                    "mode": "raw",
                    "raw": "{   \r\n    \r\n    \"status\": \"completed\"\r\n   \r\n}\r\n\r\n\r\n"
                },
                "url": {
                    "raw": "https://qa-ows-transcoding.theorchard.io/transcoding-job/1061964/status",
                    "protocol": "https",
                    "host": [
                        "qa-ows-transcoding",
                        "theorchard",
                        "io"
                    ],
                    "path": [
                        "transcoding-job",
                        "1061964",
                        "status"
                    ]
                }
            },
            "response": []
        },
        {
            "name": "/transcoding-job/400",
            "request": {
                "method": "GET",
                "header": [
                    {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                    },
                    {
                        "key": "Grass-Account-Type",
                        "value": "vendor",
                        "type": "text",
                        "disabled": true
                    },
                    {
                        "key": "Grass-Account-Id",
                        "value": "260561",
                        "type": "text",
                        "disabled": true
                    },
                    {
                        "key": "Orchard-User-Id",
                        "value": "alw:4794908",
                        "type": "text",
                        "disabled": true
                    },
                    {
                        "key": "",
                        "value": "",
                        "type": "text",
                        "disabled": true
                    }
                ],
                "url": {
                    "raw": "https://qa-ows-transcoding.theorchard.io/transcoding-job/400",
                    "protocol": "https",
                    "host": [
                        "qa-ows-transcoding",
                        "theorchard",
                        "io"
                    ],
                    "path": [
                        "transcoding-job",
                        "400"
                    ]
                }
            },
            "response": []
        }
    ],
    "protocolProfileBehavior": {}
}
