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
        • Request basics
        • Parameters and body data
        • Request headers
        • Test data storage
        • Customize request settings
        • Group requests in collections
        • Generate client code
      • Webhooks
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
  • About test data storage
  • Upload a file to your Postman team
  • Manage files uploaded to your Postman team
Send requestsCreate requests

Upload files for shared requests and cloud runs

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

Configure headers for API requests in Postman

Next

Select custom settings for API requests in Postman

Built with

Test data is made up of the data files you use to test various scenarios for your API. Postman provides test data storage, so you can upload data files to your Postman team. Anyone on your team can then use the files when sending API requests.

You can also use datasets to manage and query data using multiple data sources. This enables you to reuse the same data across workflows, run more flexible and realistic tests, and control how data is retrieved without duplicating or hardcoding values.

About test data storage

You can attach a file with test data to a request as form data or binary data. Postman will save the file path relative to your local working directory and use the file when sending the request. However, if you share the request in a workspace, the local file isn’t shared. This means other team members won’t be able to send the request unless they put a copy of the same file in their own local working directory. Also, a local file won’t be available when sending a request from a monitor or a scheduled collection run, which run in the Postman cloud and not locally.

To enable sharing requests that use test data files, you can upload the files to your Postman team. Uploaded files are available to all members of your team and can be used to send requests that are shared in a workspace. Uploaded files are also available to requests sent from monitors and scheduled collection runs, and can be used from Postman Flows and the Postman CLI (but not Newman).

Upload a file to your Postman team

You must have Editor access to upload a file for a request in the collection. Files can’t be uploaded from scripts.

To upload a file to your Postman team, do the following:

  1. Open a request and click the Body tab.

  2. Select form-data or binary, depending on the type of data you want to send with the request.

  3. If you’re attaching form data, click File in the dropdown list next to a key name.

    Select the form data file option

  4. Select the test data file you want to use for the request:

    • To use a local file, click Add icon New file from local machine. Select a file and click Open. Supported file types are CSV, JSON, and binary.
    • To use a file that was uploaded before, select the file in the list. You can use any file uploaded by a member of your team. To search for a file, start typing the file name.

    Select a test data file

  5. To upload a file, click Upload to cloud icon Upload files to team next to the file and click Upload. Uploaded files can’t exceed 5 MB in size.

After uploading the file, other team members can send the request without needing to place a copy of the file in their local working directory. Instead, the request uses the uploaded file. Also, the uploaded file is used if the request is sent from a monitor or a scheduled collection run.

Uploaded files can be used in any requests you or other members of your team create (except in public workspaces). Uploaded files can also be accessed by Postman Flows and the Postman CLI when automating runs. If you fork a collection that uses test data files, you may need to upload any files that haven’t been uploaded to your team.

Your Postman plan gives you a limited amount of storage space you can use for uploaded test data files. Your plan also gives you a limited number of retrievals of uploaded files. Learn more about test data usage.

Manage files uploaded to your Postman team

Files uploaded to your Postman team are managed in the team’s Resource usage dashboard. For more details, see Test data usage.

You must be an Admin to view detailed test data usage or delete test data files.