フォーマッター&コード
OpenAPI → Postman コレクション
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 ValidatorOpenAPI 3の仕様をルールに照らして検証します。
- OpenAPI 3.1 YAML ⇄ JSONOpenAPI 仕様を YAML と JSON の間で変換します。
- OpenAPI → TypeScript Axios クライアント任意の OpenAPI 仕様から型付き Axios クライアントを生成します。
- OpenAPI → React Query フックエンドポイントごとに useQuery + useMutation フックを自動生成します。
- GraphQL SDL ⇄ TypeScript 型スキーマを走査し、型付きインターフェースを出力します — 双方向。
- JSON Schema → Zod / Valibot / ArkType1つの JSON Schema から3つのランタイムバリデーターフレーバー。