Zum Inhalt springen

🌐 OpenAPI → <code>cURL</code>-Befehlsgenerator

Fügen Sie einfach die OpenAPI 3.x YAML- / JSON-Spezifikation ein, um alle Endpoints als ausführbare <code>cURL</code>-Befehle in Massenverarbeitung zu konvertieren.

100% Free No signup Browser-only 5 languages Dark mode
🔒 Datenschutzgarantie: Die OpenAPI-Spezifikation wird nicht an den Server gesendet. Alle Analysen und Konvertierungen erfolgen vollständig in Ihrem Browser.

Generierter cURL-Befehl

🔗 Verwandte Tools

📖 Wie man es benutzt

  1. 1
    Paste your OpenAPI spec
    Paste your OpenAPI 3.x spec in YAML or JSON format. Use the Sample button to load an example.
  2. 2
    Configure options
    Optionally override the base URL or set an Authorization header. Choose multi-line or single-line output.
  3. 3
    Copy the cURL commands
    Every endpoint appears as a card with a copy button so you can send the command straight to your clipboard.

❓ Häufig gestellte Fragen

Is Swagger 2.0 supported?
OpenAPI 3.x is the primary target. Swagger 2.0 paths and methods will mostly work, but $ref resolution and complex schemas are only partially supported.
How is the request body filled in?
The tool uses the requestBody example or each property example / default first; otherwise it generates a sample by type (string becomes "string", integer becomes 0, etc.).
Can I run the generated commands as-is?
They contain sample values and placeholder tokens, so replace required parameters and credentials with real values before running them in production.
🐛 Sind Sie auf ein Problem mit diesem Tool gestoßen?

Vollständig kostenlos und ohne Registrierung. Auch Reproduktionsschritte sind ausreichend. Eingegangene Berichte werden direkt an die Betreiber weitergeleitet und dienen als Referenz für Korrektionen.

※ Um Probleme zu reproduzieren, werden Browser-Informationen (UA / Bildschirmgröße / Sprache / URL) automatisch gesendet