Skip to main content
This document describes how to interact with EazeMyAPI generated APIs. EazeMyAPI automatically generates REST APIs for each database table in your project. Describe your app → AI creates database → APIs ready instantly. Guide: Getting Started

Base API URL

All API requests follow this format:
Example:

Authentication

Every request must include the API signature header.
You can find your key here:
Full guide: Authentication

API Endpoints

For each table, EazeMyAPI automatically generates REST endpoints. Example table:
Generated endpoints: Guide: Generating APIs

Example Requests

List Records


Show Record


Create Record


Update Record


Delete Record


Response Format

All APIs return JSON responses. Example:

Next Steps

Learn more about using EazeMyAPI: