OpenAPI / Swagger โ Code Client Generator
OpenAPI / Swagger โ Code Client Generator
- Runs in your browser with no sign-up required.
- Fast, lightweight, and mobile friendly.
Paste or type your input below, then use the buttons to process it.
Paste your OpenAPI or Swagger JSON and generate an API client in JavaScript, TypeScript, Python, Java, C#, Go, PHP, Kotlin, Swift, Rust, Dart or Node.js. All generation happens locally in your browser.
OpenAPI / Swagger Spec
This tool expects a valid JSON OpenAPI (v3) or Swagger (v2) document. YAML is not yet supported. You can convert YAML to JSON using your JSON tools and paste the result here.
Generated Client Code
One function/method is created per operation based on HTTP method and path. Path params, query params and body are surfaced as arguments to help you integrate quickly.