Skip to main content

HTTP Exporter

QuickCreator offers a way to send content to other services or applications via HTTP requests, which we call the HTTP Exporter. You can find it here:

publish-and-export/http-exporter1.png

Usage Scenarios

This approach is suitable for integrating QuickCreator’s content into your own CMS by calling your API and sending the content directly to your system.

How to Use

First, you need to implement an API in your system to receive requests. The details of the request method and parameters can be found by clicking the “Add” button:

publish-and-export/http-exporter2.png

Configuration Details

Request URL:Enter the link to your API here, which should be publicly accessible on the internet.

Request Method: Choose between POST or PUT, depending on your specific scenario.

Token in Request Header: When QuickCreator calls your API, it will include this token in the Header using Bearer authentication, e.g., Authorization: Bearer <token>;

Content Type: Choose between HTML or Markdown, depending on the content format that suits your system.

Once you have configured your API, click “Save.”

Go back to the article, where you will find the Http Exporter in the Export section.

publish-and-export/http-exporter3.png

Clicking it will prompt QuickCreator to call your API and send the content to your system.