Formateadores y código
OpenAPI → Colección Postman
Postman v2.1 collection from any OpenAPI spec.
Nota del editor
Understanding · Spec into collection, ready to click.
Este capítulo en profundidad está disponible solo en inglés por el momento. La herramienta de conversión de arriba funciona en tu idioma; el artículo explicativo extenso aún no se ha traducido.
Preguntas frecuentes
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.
La gente también busca
Herramientas relacionadas
More in this room.
- Validador de OpenAPI / SwaggerValida especificaciones OpenAPI 3 contra las reglas de la especificación.
- OpenAPI 3.1 YAML ⇄ JSONConvierte especificaciones OpenAPI entre YAML y JSON.
- OpenAPI → Cliente Axios TypeScriptGenera un cliente Axios tipado desde cualquier especificación OpenAPI.
- OpenAPI → React Query HooksHooks useQuery + useMutation autogenerados por cada endpoint.
- GraphQL SDL ⇄ Tipos TypeScriptRecorre un esquema, emite interfaces tipadas — y viceversa.
- JSON Schema → Zod / Valibot / ArkTypeTres sabores de validador en tiempo de ejecución desde un JSON Schema.