This API intended for convert the document to specified target format.
URI ~/ HTTP POST Example 2 (Convert document) Takes as input and returns.
Example URL https://api.groupdocs.cloud/v2.0/conversion Request { "FilePath": "/words/docx/one-Page.docx", "Format": "pdf", "OutputPath": "converted" } Response [ { "name": "one-Page.pdf", "size": 17958, "url": "converted/one-Page.pdf" } ]..."FilePath" : "/words/docx/one-page.docx" , "Format" : "pdf" , "OutputPath"...} Response [ { "name" : "one-page.pdf" , "size" : 17958 , "url"...