Front-end and back-end teams often need to continue building while the real API isn’t ready. MockGenServer lets you upload an API spec and instantly get live mock endpoints — no local setup, no throwaway servers. Just register, upload, and start testing!
Getting Started
- Register for an API Key
Click the “Get API Key” button on the home page. This key will authenticate your mock requests.
- Upload Your OpenAPI Spec
Upload your spec (YAML or JSON). Once uploaded, the server generates live endpoints immediately.
- Use the Mock Endpoints
All requests must include your API key in the headers:
GET https://mockgen.codebodhi.com/mocks/alerts
x-api-key: YOUR_API_KEY_HERE
- Explore Available Endpoints
After upload, the page lists all endpoints from your spec. Example:
GET https://mockgen.codebodhi.com/mocks/alerts
GET https://mockgen.codebodhi.com/mocks/alerts/active
GET https://mockgen.codebodhi.com/mocks/alerts/active/count
Why MockGenServer?
- Front-end and back-end teams can continue work without waiting for the real API.
- No Docker, no local server setup—completely in-browser and cloud-hosted.
- Live endpoints immediately available from your OpenAPI spec.
Top comments (0)