Skip to main content
This guide shows how to start using EazeMyAPI APIs in less than 5 minutes. You will learn how to:
  • Create a project
  • Generate APIs
  • Call APIs from your application

Step 1 — Create a Project

Login to your dashboard. Open:
Enter your project name. Example:
Each project has its own database and APIs.

Step 2 — Create a Table

Inside your project, create a table. Example table:
Add fields:
Save the table. EazeMyAPI will automatically generate APIs for this table.

Step 3 — Get Your API Secret Key

Every API request requires your API Signature Key. You can find it here:
Example:
Keep this key secure.

Step 4 — Call Your First API

Example request to fetch all users.

JavaScript Example

This request retrieves all records from the users table.

Step 5 — Create a Record

Example request to create a new user.
This creates a new user in the database.

Example Using cURL

You can also test APIs using cURL or Postman.

What Happens Next?

After connecting your API, you can:
  • Integrate with React or Next.js
  • Build mobile apps
  • Create SaaS products
  • Launch MVP backends quickly

Recommended Next Steps

Continue reading the documentation:

Documentation

These guides will help you build a complete backend with EazeMyAPI.