Formatierer & Code
OpenAPI → Postman Collection
Postman v2.1 collection from any OpenAPI spec.
Anmerkung der Redaktion
Understanding · Spec into collection, ready to click.
Dieses ausführliche Kapitel ist derzeit nur auf Englisch verfügbar. Das Konvertierungstool oben funktioniert in Ihrer Sprache; der lange Erklärtext wurde noch nicht übersetzt.
Häufig gestellte Fragen
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.
Andere suchten auch nach
Verwandte Tools
More in this room.
- OpenAPI / Swagger ValidatorValidiert OpenAPI 3 Spezifikationen gegen die Spezifikationsregeln.
- OpenAPI 3.1 YAML ⇄ JSONKonvertieren Sie OpenAPI-Spezifikationen zwischen YAML und JSON.
- OpenAPI → TypeScript Axios ClientGenerieren Sie einen getypten Axios-Client aus jeder OpenAPI-Spezifikation.
- OpenAPI → React Query HooksAutomatisch generierte useQuery + useMutation Hooks pro Endpunkt.
- GraphQL SDL ⇄ TypeScript TypesDurchlaufen Sie ein Schema, geben Sie getypte Schnittstellen aus – und wieder zurück.
- JSON Schema → Zod / Valibot / ArkTypeDrei Laufzeit-Validatoren aus einem JSON Schema.