***
title: Import Swagger APIs
updated: 2025-02-07T00:00:00.000Z
topictype: procedure
max-toc-depth: 2
----------------
Postman can import APIs created with the Swagger tool suite and any API that follows a [supported version of the OpenAPI specification](/docs/design-apis/api-builder/importing-an-api/#supported-api-specifications-formats).
The terms *Swagger* and *OpenAPI* can be confusing because the OpenAPI specification was named Swagger, and people sometimes use the terms interchangeably. To clarify, in this document, *Swagger API* refers to an API created with the Swagger tool suite.
{/* vale postman-style-guide.Headings = NO */}
{/* TW-2369 - Vale doesn't know Swagger is a branded term */}
## Import a Swagger API
{/* vale postman-style-guide.Headings = YES */}
1. In Postman, click **Import** in the sidebar.
2. Select an API definition file, enter a link to the API, or paste your raw text.
3. You can choose to import the definition as a collection or as an API along with a collection.
Click **View Import Settings** for more configuration options. These options will vary depending on your API specification.
4. Click **Import**.
5. An **Import Complete** message displays in the footer. In the message, click
**Go to Collection** next to a collection or API to open the imported element.
You can also [import an API from a code repository](/docs/getting-started/importing-and-exporting/importing-from-git/). To learn more ways to import APIs, go to [Import an API into the Postman API Builder](/docs/design-apis/api-builder/importing-an-api/).