Work with cURL commands to access the REST APIs for editing popular document formats such as Microsoft Office TXT, HTML and XML.
Start Free TrialGroupDocs.Editor Cloud for cURL makes it possible for you to quickly access GroupDocs REST APIs using cURL commands and edit contents of popular document file formats keeping the layout and appearance of the documents undisturbed. Simply upload the source document into any HTML editor of your choice, manipulate the document and save the resultant document back into the original format.
You can try GroupDocs.Editor Low-Code APIs without any limitations.
GroupDocs.Editor Cloud is also available as Docker image which can be used to self-host the service. Or you may build your own services using GroupDocs.Editor High-code APIs which currently drive our REST APIs.
curl -v "https://api.groupdocs.cloud/v1.0/editor/load" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Authorization: Bearer
"
-d "{
'FileInfo': { 'FilePath': 'Spreadsheet/four-sheets.xlsx' },
'OutputPath': 'Output',
'WorksheetIndex': 0
}"