To Markdown
/api/v1/ai/ToMarkdown – Convert HTML to Markdown
Description: Convert an HTML document into Markdown format.
Method:
POST
Parameters:
html
: (string) – The HTML document to convert.
Notes:
This is the only endpoint that does not require a
responseFormat
.
Request Example:
Last updated