Does this tool create real shareable API URLs?
Yes. When hosted publishing is enabled, the tool turns your JSON draft into a live mock API under /api/mock/{projectId}/... and keeps the project state in Upstash Redis.
Create shareable mock REST APIs from JSON with inferred CRUD routes, local draft editing, simulation controls, and a built-in tester.
Hosted publishing is not configured in this environment, so the tool runs in local draft mode only.
Paste a root array or object. We infer collection and singleton routes automatically.
Edit paths, method access, id fields, and per-resource behavior before you publish.
Paste a root array or object. We infer collection and singleton routes automatically.
Edit paths, method access, id fields, and per-resource behavior before you publish.
Yes. When hosted publishing is enabled, the tool turns your JSON draft into a live mock API under /api/mock/{projectId}/... and keeps the project state in Upstash Redis.
Yes. Published APIs are mutable during the project session. You can reset them back to the original snapshot or republish the draft when you need a fresh baseline.
You can still use the tool in local draft mode. Route inference, exports, and configuration still work, but publish and share controls stay disabled with a clear notice.
Yes. The mock data builder can hand its current output into this tool using a local browser handoff so you can go from generated payload to hosted mock API in one step.