HTML conversion to Markdown

Introduction

This article explains how to convert an HTML document to markdown language.

API Information

APITypeDescriptionSwagger Link
/html/{name}/convert/mdGETConverts the HTML document (located on storage) to Markdown and returns resulting file in response contentGetConvertDocumentToMarkdown
/html/{name}/convert/mdPUTConverts the HTML document (located on storage) to Markdown and uploads resulting file to storage by specified pathPutConvertDocumentToMarkdown
/html/convert/mdPOSTConverts the HTML document (in request content) to Markdown and uploads resulting file to storage by specified pathPostConvertDocumentInRequestToMarkdown

cURL Example

Case 1: This example demonstrates GET on /html/{name}/convert/md