Formateurs & Code
OpenAPI → Collection Postman
Postman v2.1 collection from any OpenAPI spec.
Note de la rédaction
Understanding · Spec into collection, ready to click.
Ce chapitre approfondi n'est actuellement disponible qu'en anglais. L'outil de conversion ci-dessus fonctionne dans votre langue ; le long article explicatif n'a pas encore été traduit.
Questions fréquentes
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.
Les internautes recherchent aussi
Outils similaires
More in this room.
- Validateur OpenAPI / SwaggerValidez les spécifications OpenAPI 3 par rapport aux règles de spécification.
- OpenAPI 3.1 YAML ⇄ JSONConvertissez les spécifications OpenAPI entre YAML et JSON.
- OpenAPI → Client Axios TypeScriptGénérez un client Axios typé à partir de n'importe quelle spécification OpenAPI.
- OpenAPI → Hooks React QueryHooks useQuery + useMutation auto-générés par endpoint.
- GraphQL SDL ⇄ Types TypeScriptParcourez un schéma, émettez des interfaces typées — et vice-versa.
- JSON Schema → Zod / Valibot / ArkTypeTrois variantes de validateurs d'exécution à partir d'un même JSON Schema.