格式化与代码
OpenAPI → Postman Collection
Postman v2.1 collection from any OpenAPI spec.
Runs in your browser
OpenAPI spec · source
lines: 42chars: 924size: 924 B
Postman Collection v2.1 · result
lines: 43chars: 820size: 820 B
live
编辑注
Understanding · Spec into collection, ready to click.
本深度章节目前仅有英文版本。上方的转换工具支持您的语言;长篇说明文章尚未翻译。
常见问题
Quick answers.
›Which OpenAPI versions are supported?
The converter supports OpenAPI 3.0 and 3.1, as well as Swagger 2.0 definitions. It output a Postman Collection in the v2.1 schema.
›How are security schemes handled?
Defined security schemes like Bearer tokens or API keys are converted into Postman collection variables. You can then populate these variables within Postman to authenticate your requests.
›Are my API secrets safe?
Yes. The conversion logic runs locally in your browser using JavaScript. No part of your specification is uploaded to our servers or stored anywhere.
›Does it support external file references?
No. The tool currently requires a single, self-contained YAML or JSON file. All `$ref` pointers must be internal to the document provided.
大家也在搜索
相关工具
More in this room.
- OpenAPI / Swagger 验证器根据规范规则验证 OpenAPI 3 规范。
- OpenAPI 3.1 YAML ⇄ JSON在 YAML 和 JSON 之间转换 OpenAPI 规范。
- OpenAPI → TypeScript Axios 客户端从任何 OpenAPI 规范生成类型化的 Axios 客户端。
- OpenAPI → React Query Hooks为每个端点自动生成 useQuery + useMutation hook。
- GraphQL SDL ⇄ TypeScript 类型遍历 schema,发出类型化接口,然后反向操作。
- JSON Schema → Zod / Valibot / ArkType从一个 JSON Schema 中生成三种运行时验证器。