For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Postman
PricingEnterprise
Contact SalesSign InSign Up for Free
HomeDocs
HomeDocs
      • Overview
        • Overview
        • Postman Echo service
        • Postman Collection SDK
        • Postman Runtime library
        • Postman code generator
        • API format conversion
Postman API Platform

Product

  • Postman Overview
  • Enterprise
  • Spec Hub
  • Flows
  • Agent Mode
  • API Catalog
  • Fern
  • Postman CLI
  • Integrations
  • Workspaces
  • Plans and pricing

API Network

  • App Security
  • Artificial Intelligence
  • Communication
  • Data Analytics
  • Database
  • Developer Productivity
  • DevOps
  • Ecommerce
  • eSignature
  • Financial Services
  • Payments
  • Travel

Resources

  • Postman Docs
  • Academy
  • Community
  • Templates
  • Intergalactic
  • Videos
  • MCP Servers

Legal and Security

  • Legal Terms Hub
  • Terms of Service
  • Postman Product Terms
  • Security
  • Website Terms of Use

Company

  • About
  • Careers and culture
  • Contact us
  • Partner program
  • Customer stories
  • Student programs
  • Press and media
Twitter iconLinkedIn iconGithub iconYouTube iconInstagram iconDiscord icon
Download Postman
Privacy Policy

© 2026 Postman, Inc.

On this page
  • Access the API convertors
  • Next steps
ReferenceDeveloper resources

Convert API formats into Postman Collections

||View as Markdown|
Was this page helpful?
Previous

Generate client code for your API collections

Next

Integrate Postman into your development toolchain

Built with

The API convertors enable you to convert API definitions in OpenAPI, Swagger, RAML, GraphQL, or WSDL schema formats into the Postman Collection Format. Each convertor is available as a Node.js module that you can automate in your continuous integration and continuous deployment (CI/CD) pipeline.

Access the API convertors

The API convertors are open-source projects that can be used as Node.js modules in your application. They’re available through npm or by cloning them directly from the GitHub repository.

To learn how to install and use each API convertor, see the GitHub repository for the format you need to convert from:

  • OpenAPI 3.0 and 3.1, and Swagger 2.0 to Postman
  • RAML 1.0 to Postman
  • GraphQL to Postman
  • WSDL to Postman

Next steps

After learning how to automate your API definition conversions in your CI/CD pipeline, you can do the following:

  • Import your collections into Postman.
  • Use the Postman API to run your collections in your CI/CD pipeline with the Postman CLI.