Mockiphany
Create intelligent mock APIs in seconds. Test, prototype, and develop faster.
Instant Setup
Create mock endpoints in seconds with our intuitive interface. No configuration needed.
Dynamic Responses
Generate realistic data with Liquid templates and built-in faker functions.
Request Logging
Debug and inspect all incoming requests with detailed logs and real-time history.
Response Control
Simulate real-world conditions with custom headers, status codes, and response delays.
Quick Start
curl -X POST https://mockiphany.com/v1/mocks \ -H "Content-Type: application/json" \ -H "X-API-KEY: your_api_key" \ -d '{ "name": "Test API", "pathPattern": "/users/*", "method": "GET", "responseHeaders": { "Content-Type": "application/json" }, "statusCode": 200, "delay": 100, "template": "{\"id\": \"{{ \"uuid\" | random }}\", \"name\": \"{{ faker.person.fullName }}\"}" }'