Editing Document Formats using cURL

Work with cURL commands to access the REST APIs for editing popular document formats such as Microsoft Office TXT, HTML and XML.‎

  • GroupDocs.Editor for .NET
  • GroupDocs.Editor for Java
  • GroupDocs.Editor for PHP
  • GroupDocs.Editor for Python
  • GroupDocs.Editor for Ruby
  • GroupDocs.Editor for Node.js
  • GroupDocs.Editor for Android
Start Free Trial

GroupDocs.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.

Frequently Asked Questions

Can I try GroupDocs.Editor REST APIs for free?

You can try GroupDocs.Editor Low-Code APIs without any limitations.

I do not want to upload my confidential files anywhere for editing? What are my options?

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.

Advanced Document Editor REST API Features

Integrates easily within any WYSIWYG editor

Edit Word documents as a whole or define pages range

Multi-tabbed spreadsheet editing is supported

Optimized memory usage for large CSV or TSV files

Extract document information (type, size, page count etc)

Cloud REST API to be used with any language or platform

Load Excel Spreadsheet Document using cURL

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
}"

Support and Learning Resources

GroupDocs.Editor offers document viewing APIs for other popular development environments

  English
4bde1f0