# API构建

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

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fireboom.io/v1.0/ji-chu-ke-shi-hua-kai-fa/api-gou-jian.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
