This is a personal online AsciiDoc converter/editor using Asciidoctor.
Convert and generate html file and image file.
Request
POST /convert Content-Type: application/json
Name | Type | Required | Description |
---|---|---|---|
id |
string |
☑️ |
Unique ID [a-zA-Z0-9-] |
type |
string |
☑️ |
Conversion type (html or pdf) |
content |
string |
☑️ |
Content |
Response
Content-Type: application/json
Name | Type | Description |
---|---|---|
url |
string |
converted url path |