{
    "info": {
        "name": "SaveAsOnline_1",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
    },
    "auth": {
        "type": "oauth2",
        "oauth2": [
            {
                "key": "clientSecret",
                "value": "{{CLIENT_SECRET}}",
                "type": "string"
            },
            {
                "key": "clientId",
                "value": "{{CLIENT_ID}}",
                "type": "string"
            },
            {
                "key": "addTokenTo",
                "value": "header",
                "type": "string"
            },
            {
                "key": "client_authentication",
                "value": "body",
                "type": "string"
            },
            {
                "key": "accessTokenUrl",
                "value": "https://api.aspose.cloud/connect/token",
                "type": "string"
            },
            {
                "key": "grant_type",
                "value": "client_credentials",
                "type": "string"
            },
            {
                "key": "tokenName",
                "value": "Access Token",
                "type": "string"
            }
        ]
    },
    "item": [
        {
            "name": "saveRequest",
            "protocolProfileBehavior": {
                "disableBodyPruning": true
            },
            "request": {
                "method": "PUT",
                "header": [
                ],
                "body": {
                    "mode": "formdata",
                    "formdata": [
                        {
                            "key": "Document",
                            "type": "file",
                            "src": "Sample.docx"
                        },
                        {
                            "key": "SaveOptionsData",
                            "type": "text",
                            "value": "{\"SaveFormat\":\"pdf\",\"FileName\":\"Sample_out.pdf\"}"
                        }
                    ]
                },
                "url": {
                    "raw": "https://api.aspose.cloud/v4.0/words/online/put/saveAs",
                    "protocol": "https",
                    "host": [
                        "api",
                        "aspose",
                        "cloud"
                    ],
                    "path": [
                        "v4.0",
                        "words",
                        "online",
                        "put",
                        "saveAs"
                    ],
                    "query": [
                    ]
                }
            },
            "response": []
        }
    ],
    "variable": [
    ]
}