# Convert API formats into Postman Collections The API convertors enable you to convert API definitions in OpenAPI, Swagger, RAML, GraphQL, or WSDL schema formats into the [Postman Collection Format](https://learning.postman.com/collection-format/getting-started/overview/). Each convertor is available as a [Node.js](https://nodejs.org/en/about) 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](https://github.com/postmanlabs/openapi-to-postman) * [RAML 1.0 to Postman](https://github.com/postmanlabs/raml1-to-postman) * [GraphQL to Postman](https://github.com/postmanlabs/graphql-to-postman) * [WSDL to Postman](https://github.com/postmanlabs/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](/docs/getting-started/importing-and-exporting/importing-data/#import-postman-data). * Use the Postman API to run your collections in your CI/CD pipeline with the [Postman CLI](/docs/postman-cli/postman-cli-run-collection/#run-a-collection-in-cicd) or [Newman](/docs/collections/using-newman-cli/continuous-integration/).