> For the complete documentation index, see [llms.txt](https://docs-beta.flex83.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-beta.flex83.com/table-of-contents/code/api.md).

# API Gateway

This feature lets you to create a serverless API. This API can be used to invoke a **Lambda** Function created in Lambda section. To create an API go to **Code > API Gateway** and click on **Add New**.

Enter the basic details - Select Module - Create New, Module Name, Module Description, API Description, Controller Path, API Path, HTTP Method and Lambda Function (Created in Lambda Section).

![Code > API Gateway > Add New](/files/-MjsAHJPa_M7R_awVyJS)

Save the details and navigate to API Gateway List page. Expand to see the API details.

![Code > API Gateway](/files/-MjsAHJQNeFh-Md6er_e)

To verify the functionality of this API, click on **Try It Out**, enter the API **Parameter** values and click on **Execute**.

![Code > API Gateway > Try It Out](/files/-MjsAHJRgyK9_dMeRC7L)

We can use this API Gateway in **Pages** section to bind this API to the HTML Page and plot some data on there. Refer **Pages** section to make use of API Gateway in HTML Pages.
