What APIDocGen is

APIDocGen is a tool that turns a list of endpoints into a Markdown API reference. You paste endpoints in METHOD path - description form, pick an example language, and get a reference with a per-endpoint example request and an auth note. It's aimed at developers shipping internal tools who'd rather not write docs by hand.

Input and output

  • Input: an endpoint list (GET /users - list users) plus a language choice (curl, JS, or Python).
  • Output: Markdown, copy-ready, with an example request per endpoint and an auth note.

Pricing

APIDocGen has a Free tier at $0 with unlimited use, and a Pro tier at $19/mo that adds schema generation and export. The exact feature split is listed on the APIDocGen site and may change, so verify before buying.

What it doesn't do

APIDocGen documents the endpoint list you paste. It does not import or validate OpenAPI specs, host a portal, manage API keys, or confirm that your API behaves as described. It's a formatting and structuring tool, not a validator.

An honest summary

Use APIDocGen when you have endpoints and want a clean Markdown reference fast. Review the generated examples — especially the auth header — before you publish, the same as you would with hand-written docs.