Quick Start
Go from zero to a live mock API in less than 2 minutes.
Create your Project
First, sign in to your dashboard. A "Project" acts as a container for all your related API endpoints (e.g., "E-commerce App" or "Internal Tools").
Design the Response Schema
Use the Visual Editor to define the shape of your response data. You don't need to see the JSON yet—just focus on adding the fields you need (e.g.,
username,email).Demo SchemaVisual Designer
stringstringbooleanstringThe editor allows you to set static values (always "true") or dynamic generators (random names on every call).Configure the Endpoint
Now map that schema to a URL path. You can define the HTTP Method (GET, POST), the route path, and even simulate network latency. ( Don't forget to save your changes!)
Test the Response
Everything is connected. Press "Send Request" below. It will respect the Schema you built in Step 2 and the Delay/Status you set in Step 3.
GET/usersWaiting for request...
This is a local simulation. In the real app, this endpoint is deployed to our global edge network instantly.
Ready to build?
This was just a demo. Create your account now to save your schemas and invite your team.