guideRESTful APIs - overview

CKEditor Cloud Services offer several REST APIs that can be used for server integration.

The APIs currently include:

  • CKEditor Cloud Services Restful APIs – Provides a full-featured RESTful API that you can use to create a server-to-server integration.
  • CKBox Restful API – Provides an API for managing data stored in the CKBox.
  • HTML to PDF Converter API – Provides an API for converting HTML/CSS documents to PDF format.
  • HTML to DOCX Converter API – Provides an API for converting HTML documents to Microsoft Word .docx files.
  • DOCX to HTML Converter API – Provides an API for converting Microsoft Word .docx/.dotx files to HTML documents.

# Usage

Each method can be used for different purposes. For example, the REST API methods for comments allow for synchronizing comments between CKEditor Cloud Services and another system. In addition to that, CKEditor Cloud Services can be used as a database for comments because it is possible to download them via the REST API at the time they are being displayed.

An example of using another API method is getting the content of the document from a collaborative editing session. This feature can be used to build an auto-save mechanism for the document, which should reduce transfer costs — auto-save requests are not executed by each connected user but only by the system once at a time.

# Information

CKEditor Cloud Services REST APIs provide a lot of powerful methods that make it possible to control and manage data.

When using REST APIs, your data can be removed or modified. These operations cannot be reversed.

# Documentation

# CKEditor Cloud Services Restful APIs

The API documentation is available here: https://help.cke-cs.com/api/docs/. It is an aggregator of all Restful APIs currently available.

# CKBox Restful API

The API documentation is available at https://api.ckbox.io/api/docs.

Read more about this service in the CKBox guide.

# HTML to PDF Converter API

The API documentation is available at https://pdf-converter.cke-cs.com/docs.

Read more about this service in the Export to PDF guide.

# HTML to DOCX Converter API

The API documentation is available at https://docx-converter.cke-cs.com/docs#section/Export-to-Word.

Read more about this service in the Export to Word guide.

# DOCX to HTML Converter API

The API documentation is available at https://docx-converter.cke-cs.com/docs#section/Import-from-Word.

Read more about this service in the Import from Word guide.