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
          • Overview
          • Become a verified publisher
          • Prepare your public workspace
          • Prepare your public collections
          • Prepare your team workspace
        • Maintain your public APIs
        • Explore your publisher tools
        • Analyze developer engagement
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
  • Create your public API reference collection
  • Create your public overview collection
Postman API NetworkPublish to the Postman API NetworkPrepare your public APIs

Prepare your public collections for the Postman API Network

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

Prepare your public workspace for the Postman API Network

Next

Curate your public collections for the Postman API Network

Built with

Create a public API reference collection and overview collection for your API consumers. When you publish your public APIs, you can invite your API consumers to fork your public collections, and get them to their first 200 OK response fast.

An API reference collection contains your public API’s endpoints and their HTTP methods. An overview collection complements your API reference collection and serves as a starting point for your API consumers.

Important

Protect your sensitive data. If Postman detects any API keys, tokens, or similar, it replaces them with placeholders. To learn more, see Postman Secret Scanner.

Create your public API reference collection

An API reference collection is a comprehensive list of your public API’s endpoints and their HTTP methods, which define your API’s operations. It’s often based on an API specification, such as an OpenAPI definition.

Postman recommends you import your OpenAPI definition to create your API reference collection. If you don’t have an OpenAPI definition, you can manually create your API reference collection.

Import your OpenAPI definition to create your API reference collection

To import your OpenAPI definition to create your API reference collection, do the following:

  1. Open your public workspace.
  2. In the left sidebar, click Options icon Options > Import.
  3. Use one of the options to import your OpenAPI definition.
  4. Choose how to import.
  5. (Optional) Click Setting icon View Import Settings and edit your settings.
  6. Click Import.

Postman turns your OpenAPI definition into a Postman Collection. You can continue to edit your API reference collection as your public APIs evolve and you curate your public collections.

To learn more, see Import an API specification.

Manually create your API reference collection

If you don’t have an OpenAPI definition, you can manually create your API reference collection.

To manually create your API reference collection, do the following:

  1. Open your public workspace.
  2. In the left sidebar, click Add icon Add > Collection icon Collection.
  3. Name your collection and write a description for it.
  4. Add requests to your collection and examples to your requests.
  5. Document your requests.
  6. Organize your collection with folders.

You can continue to edit your API reference collection as your public APIs evolve and you curate your public collections.

To learn more, see Create a new collection.

Create your public overview collection

An overview collection complements your API reference collection. It’s a starting point for your API consumers. Use an overview collection to summarize your public APIs and get your API consumers to their first 200 OK response in the fewest steps possible. You can also showcase your public APIs with common use cases and popular workflows.

To create your public overview collection, do the following:

  1. Open your public workspace.
  2. In the left sidebar, click Add icon Add > Collection icon Collection.
  3. Name your collection and write a description for it.
  4. Add requests to your collection and examples to your requests.
  5. Document your requests.
  6. Organize your collection with folders.

You can continue to edit your overview collection as your public APIs evolve and you curate your public collections.

To learn more, see Create a new collection.