This example shows how to upload a template to the cloud using cURL. It calls the Docmosis REST API to upload a local template file to the cloud.
The sample code includes the instructions to get started. You will need a Free Trial and then plug your Docmosis Cloud access key into the code below, then run.
Note: This code sample is written to specifically work with DWS4.
The linux command: curl -F templateFile=@NewTemplate.docx -F accessKey=XXXX https://us1.dws4.docmosis.com/api/uploadTemplate will call the cloud service to upload the template from the local file NewTemplate.docx. The access key above is XXX which you should replace with your access key. The region url above is for USA, for EU use https://eu1.dws4.docmosis.com/api/uploadTemplate for AUS use https://au1.dws4.docmosis.com/api/uploadTemplate