Skip to content
Markdown

Markdown API Docs Formatter

Turn a list of endpoints into formatted API reference sections.

How it works

  1. 1List endpoints as METHOD /path - description.
  2. 2Each becomes a reference section.
  3. 3Copy the API reference.

Use cases

  • Draft REST API documentation.
  • Standardize endpoint docs.
  • Scaffold request/response examples.

Frequently asked questions

What input format is expected?

One endpoint per line, like "GET /users - List users". The description is optional.

What does each section include?

A method/path heading, the description, and request and response code stubs to fill in.

Is it private?

Yes. The document is assembled in your browser; nothing is uploaded or stored.

See all →