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
      • Welcome
        • Overview
        • Data import methods
        • SoapUI import
        • Hoppscotch import
        • Insomnia import
        • Thunder Client import
        • Git import
        • New Relic import
        • cURL command import
        • Swagger API import
        • Data export
      • Troubleshooting
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
  • Import Postman data
  • Migrate from other API Clients
  • Import from cURL commands
  • Import API definitions
Get startedImport and export data

Import data into Postman

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

Data import and export in Postman

Next

Import from SoapUI

Built with

You can import collections, API specifications, and other data files so you can work with them in Postman.

To import your data into Postman, click Import in the sidebar. You can import your data from files, folders, cURL commands, raw text, or URLs. You can also import data from other sources such as code repositories, API clients, and application performance management tools.

Import data into Postman
Tip

You can also import items by dragging and dropping files or folders into Postman.

Import Postman data

You can import data that was exported from Postman, including collections, environments, globals, and data dumps. Postman will automatically recognize Postman data on import.

Note

For the Postman Free plan, you can only import a maximum of five collections per minute if each collection is greater than 500 KB in size. If you encounter this limit, you can continue to import collections that are each less than 500 KB in size.

  1. Click Import in the sidebar.

  2. Do one of the following and follow the prompts:

    • Select your file or folder, or drag the file or folder into the import window.

      If you are importing a Postman data dump or other zipped file, you must unzip it first. Then drag the unzipped folder into the import window. Learn more about exporting and importing data dumps.

    • Paste your raw text or URL into the box.

    • Click Other Sources and select the type of data you want to import.

      You can import data from a GitHub, Bitbucket, GitLab, or Azure code repository.

    • Click Connect Local Git Repo to import and sync with your local repository. For more information, see Connect your Git project to your workspace.

    Tip

    If you are importing a single file, Postman imports it after you select it. If you’re importing multiple files, select the files you want to import, then click Import.

  3. An Import Complete message displays in the footer. In the message, click Open in Postman icon Go to Collection next to a collection or environment to open the imported element.

    Import complete message

Convert Postman collections from v1 to v2

Postman no longer supports the collection v1 format and will return an error if you import a collection in this format. You can convert your collection’s format from v1 to v2 to import it into Postman.

To convert your collection’s format from v1 to v2, do the following:

  1. In your terminal, enter the following command to install the Postman Collection Transformer.

    $sudo npm install -g postman-collection-transformer
  2. Convert an individual Postman Collection from v1 to v2 by entering this command:

    $postman-collection-transformer convert -i <path to the input Postman Collection file> -o <path to the downloaded Postman file> -j 1.0.0 -p 2.0.0 -P

The resulting collection is written to your target file path in v2 format.

You can retrieve a list of convert options by running the command with the -h option:

$postman-collection-transformer convert -h
Note

Go to the Postman Collection Transformer for more information about collection conversion.

Migrate from other API Clients

Postman can import requests, environments, and other data from the following API clients:

  • SoapUI
  • Hoppscotch
  • Insomnia
  • Thunder Client

Import from cURL commands

To learn more about using cURL commands to import data, go to Import cURL commands.

Import API definitions

Learn about importing your API specifications in Spec Hub using supported specification formats.