Working with Conversion API
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
{
"FilePath": "/words/docx/one-page.docx",
"Format": "pdf",
"OutputPath": "converted"
}
[
{
"name": "one-page.pdf",
"size": 17958,
"url": "converted/one-page.pdf"
}
]