urltomarkdown - OpenAPI 3.1 (1.0)

Download OpenAPI specification:Download

Provides a web service that accesses a requested web page and outputs a markdown version.

Source code for the web service is available at the urltomarkdown repository

Convert a web page

Outputs a markdown version of the page.

query Parameters
url
required
string

The address of the web page.

title
boolean

Whether to prepend an inline title. This parameter expects the values "true" or "false" only.

links
boolean

Whether to mark up links. This parameter expects the values "true" or "false" only.

Responses

Convert a web page with HTML supplied

Outputs a markdown version of the page.

query Parameters
title
boolean

Whether to prepend an inline title. This parameter expects the values "true" or "false" only.

links
boolean

Whether to mark up links. This parameter expects the values "true" or "false" only.

Request Body schema: application/x-www-form-urlencoded
required
url
string

The original URL of the web page.

html
required
string

The HTML source of the web page.

Responses