Start Here

  • Introduction
  • Quick Start

Core Features

  • Project Settings
  • Schema Builder
  • Dynamic Data
  • Conditional Logic
  • Relationships
  • Consuming your API

Integrations

  • n8n Workflows
  • Make (Integromat)
  • AI Tools

Quick Start

Go from zero to a live mock API in less than 2 minutes.

  1. 1

    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").

    Go to Dashboard
  2. 2

    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 Schema

    Visual Designer

    :
    ABCstring
    :
    ABCstring
    :
    T/Fboolean
    :
    ABCstring
    The editor allows you to set static values (always "true") or dynamic generators (random names on every call).
  3. 3

    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!)

    Endpoint Configuration
    ms
    Dynamic routes supported.Docs (opens in a new tab)
  4. 4

    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
    /users

    Waiting 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.

Get Started for Free

On this page

  • Create Project
  • Design Schema
  • Configure Endpoint
  • Test Response
Previous
Introduction
Next
Project Settings