---
title: Convert HTML to Markdown API
slug: convert-html-to-markdown
url: https://apyhub.com/chisleroff/service/convert-html-to-markdown
provider: Website Intelligence
categories: [Data Extraction, Developer Tools, File Conversion]
tags: [html, markdown, content-extraction, llm, conversion]
auth: api_key
---

# Convert HTML to Markdown API

Convert a webpage URL into Markdown, with title, character count, and readability_success. Useful for content ingestion, archiving, and docs workflows.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/chisleroff/tools/html-to-markdown` | What it does Converts the HTML content of a webpage into Markdown. You provide the webpage URL, and… | 50 |

## About

## What it does
HTML to Markdown converts a webpage URL into clean Markdown. Send a page URL in the request body and get back the page title, the Markdown version of the content, a character count, and a readability_success flag.

Use it when you need page content in a format that is easier to store, diff, review, or pass into documentation and publishing workflows. It is a good fit for content ingestion pipelines, knowledge-base imports, article archiving, and automated summaries that start from live web pages.

The input is simple: a body object with a single url field. The URL must use http or https and can be up to 2048 characters. The response is equally direct, giving you the extracted title plus markdown text you can render or persist as plain text markup.

If you are building a crawler, migration script, or content analysis tool, HTML to Markdown gives you a structured way to turn web pages into a developer-friendly text format without manual cleanup.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/chisleroff/service/convert-html-to-markdown
