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
Outputs a markdown version of the page.
| 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.  | 
Outputs a markdown version of the 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.  | 
| url | string  The original URL of the web page.  | 
| html required  | string  The HTML source of the web page.  |