# Postman Now Supports OpenAPI 3.1

We are excited to announce that the [Postman API Platform](https://www.postman.com/api-platform/ "https://blog.postman.com/new-postman-api-platform-redefining-api-management-for-api-first-world/") now supports OpenAPI 3.1 files. OpenAPI 3.1 is the latest version of [OpenAPI](https://blog.postman.com/what-is-openapi/) and was released in February of last year. We already support all previous versions of OpenAPI (3.0, 2.0, and 1.0) along with other API specification formats like [WSDL](https://blog.postman.com/postman-now-supports-wsdl/ "https://blog.postman.com/postman-now-supports-wsdl/"), RAML, and [GraphQL](https://blog.postman.com/what-is-a-graphql-api-how-does-it-work/). OpenAPI 3.1 adds support for describing webhooks, full compatibility with [JSON Schema’s](https://blog.postman.com/what-is-json-schema/) latest draft (2020–12), and API license identification via the standard SPDX identifier along with other smaller changes.

With this release, you can import OpenAPI 3.1 files in Postman, edit them directly in our editor, and generate collections from them.

## Getting started

Here’s how you can import OpenAPI 3.1 files and generate collections from them:

1. In the left-hand sidebar, click **Import**.
2. Choose the OpenAPI 3.1 file to be imported.
3. Configure the advanced options for the collection that will be generated, like whether to include cookies, exclude responses, etc.
4. Click **Import**.
 
 ![Import OpenAPI 3.1 files in Postman](https://blog.postman.com/wp-content/uploads/2022/02/clip2.gif)Importing OpenAPI 3.1 files in PostmanYou can also create a new OpenAPI 3.1 document right inside Postman. Here’s how:

1. In the left-hand sidebar, click **New**.
2. In the modal that appears, click **API**.
3. Enter the name and version of your API and select OpenAPI 3.1 as the schema type.
4. Click on **Create API.**
 
 ![Create new OpenAPI 3.1 API](https://blog.postman.com/wp-content/uploads/2022/02/clip.gif)Creating new OpenAPI 3.1 APIWe’d love to hear what you think about this exciting update. Reach out to us on [Github](https://github.com/postmanlabs/postman-app-support/issues "https://github.com/postmanlabs/postman-app-support/issues"), leverage our [Postman Community forum](https://community.postman.com/ "https://community.postman.com/") to engage with other Postman users, or contact us at [help@postman.com](mailto:help@postman.com "mailto:help@postman.com") to share your thoughts and feedback around your use cases.

[**Try Postman now**](https://www.postman.com/downloads/ "https://www.postman.com/downloads/")