> For the complete documentation index, see [llms.txt](https://docs.fireboom.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fireboom.io/ji-chu-ke-shi-hua-kai-fa/api-gou-jian.md).

# API构建

API构建是飞布的核心功能，本章将重点介绍如何使用飞布快速构建出生产级REST API。

> WebAPI 是一种用于在 Web 应用程序间进行数据交换的技术，使用 HTTP 协议发送和接收请求和响应。它通常是一个 RESTful API，提供了一组接口，允许开发人员使用不同的语言和平台访问数据和服务。本质上，WebAPI 是一种实现互联网应用程序之间交互的方法。
