FimaflowFimaflow team

Build your first REST API

Featured tutorial
Open in Fimaflow
Build your first REST API

Start from a blank canvas and finish with a running, exportable REST API. You will place an API Endpoint node, validate the request, connect it to a Response node and run the workflow live in the built-in debugger — then generate the source code for the framework of your choice.

What you will build

  • Create a project and open the Visual Builder
  • Add an API Endpoint node and set the route
  • Validate the request body with a schema
  • Return a typed Response and run the workflow
  • Generate and download the backend project