Overview
Overview
The API builder is the heart of the Fastgen platform and enables you to quickly create any kind of REST API. For each endpoint you can configure unqiue Authentication and Validation rules.
Action Panel
You build your APIs through a drag and drop action panel which provides you with:
Flow Controls give the API structure and specify what it should execute depending on the data that is received.
Flow Controls give the API structure and specify what it should execute depending on the data that is received.
Native Actions are execution blocks which let you query a DB, inject custom code or call any other API via an HTTP request.
Integrations let you interact with popular third party services like Slack, Stripe, Sendgrid or ChatGPT.
Responses let you return success or error status codes and display a JSON message.