Clever Mock lets you define endpoints, responses, delays, and SSE streams dynamically — no backend required. Start from templates or build your own.
$ curl https://mock-api.cleveragent.site/mock/skin-check/liveness/rules // Response 200 { "version": "1.0.0", "challenges": ["smile"], "timeout_seconds": 60 }
From simple JSON responses to SSE streams and dynamic path parameters.
Create GET, POST, PUT, PATCH, DELETE endpoints with custom status codes and response bodies in seconds.
Group endpoints into projects with unique slugs. Each project gets its own base URL at /mock/{slug}.
Return JSON, Server-Sent Events, or scripted WebSocket flows — including liveness camera step for Skin Check.
Add response delays to simulate network latency or async processing behavior.
Import the Skin Check API template with 10 pre-configured endpoints from the contract reference.
Login or register to manage your projects. Public mock endpoints are accessible without auth.
Create a project
Start blank or import a seeder like Skin Check API.
Define endpoints
Set method, path, status code, content type, and response body.
Call your mock
Hit /mock/your-slug/path from your frontend or curl.
Join Clever Mock and ship frontend features without waiting for backend.
Get started now