1. Within your Zeromagic project console, navigate to the Rest API section. Locate and click on the specific module where you want to create your new API. This will take you to the Api Builder page.

  2. Within the builder page, access the Restful section in the sidebar to find the Rest API Workflow builder.

  3. Click on the+ icon to initiate the creation of your new API logic. This action will prompt a form to appear, allowing you to define the API details.

restapi-add

  1. Provide a suitable name, description and API Route for the API that aligns with its functionality.

create-api-details

  1. Choose the appropriate HTTP request method from the available options: GET, POST, PUT, or DELETE. Each method serves a specific purpose in RESTful APIs.

create-api-method

  1. Click on the Create Rest API button to generate the new API.

  2. The workflow builder will initially display two default blocks:

    API Endpoint Block: This block specifies the request method, the endpoint URL for your API, and whether it’s a public route (accessible to everyone) or requires authentication.

    Response Block: This block defines the response value that your API will return and the corresponding HTTP response code.

API Flow Builder

Within your Zeromagic project console, navigate to the Rest API section. Locate and click on the specific module where you want to create your new API. This will take you to the Api Builder page.

Learn more about Flow Builder