API tryout

Operation list · example request · example response · table for your mock server

API 눌러 보기

OpenAPI 스펙을 붙여넣으면 연산 목록이 서고, 값을 채워 그 자리에서 보내 봅니다. 목 응답도 만들어 줍니다

보낼 요청

      

      
OpenAPI 문서를 붙여넣으세요
두 판의 OpenAPI 문서를 붙여넣으세요

Reads an OpenAPI document, lists every request you can send, and builds example request bodies and responses straight from the schema.

How to use it

  1. Paste your OpenAPI document (JSON or YAML)
  2. Pick one operation from the list
  3. Fill in path and query values — you get a URL you can actually call
  4. Take the example response into your own mock server (msw, json-server)

Common questions

Does it spin up a mock server too?
No. A mock server in the browser means registering a Service Worker, and this site already has its own — one tool is not worth the risk of intercepting every request on the site. Instead you get a "path to response" table you can drop straight into your own mock server.
Does it follow $ref?
It follows $ref inside the document (#/components/…). A reference that loops back on itself stops there and is left empty.
Is my document uploaded anywhere?
No. Reading and generating both finish inside your browser.

Other tools

Goes to the address you enter A request really goes out to the address you type — its owner receives the content.

Goes to — 당신이 적은 주소

This tool page states where what you enter goes — see the badge above. All tools · KarmoLab · Who made this · Built with AI. View source