Feature
OpenAPI embed
Turn an OpenAPI or Swagger spec into a live, browsable reference page, with a one-click Postman export.
- Point the embed at a remote OpenAPI or Swagger URL and it renders a full reference page, with endpoints, parameters, and response fields, without hand-writing API documentation.
- The spec is validated and dereferenced before rendering, so a broken or incomplete spec is caught instead of silently producing a broken page.
- A Postman v2.1 collection can be downloaded straight from the rendered page, so a visitor can start calling the API immediately.
- The remote spec is fetched through a DNS-pinned, size-capped fetcher built to resist server-side request forgery, so embedding a third party's spec URL doesn't open a security hole.