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

# Open API

- [API Giá nhà đất](https://docs.biggee.vn/open-api/api-gia-nha-dat.md): API hỗ trợ xem giá nhà đất của tuyến đường theo tọa độ truyền vào. Thông tin trả về vào gồm thông tin tuyến đường, giá theo tuyến đường, bất động sản so sánh, biến động giá theo từng tháng.
- [API Giá nhà đất xung quanh](https://docs.biggee.vn/open-api/api-gia-nha-dat-1.md): API xem giá nhà đất xung quanh điểm tọa độ với bán kính xác định. Kết quả trả về thông tin hành chính theo tọa độ và giá các tuyến ường phù hợp điều kiện truyền vào
- [API giá dự án](https://docs.biggee.vn/open-api/api-gia-nha-dat-2.md): API hỗ trợ xem giá dự án cụ thể theo mã dự án truyền vào. Thông tin trả về vào gồm thông tin dự án, giá dự án, bất động sản so sánh, biến động giá dự án theo từng tháng
- [API tìm thông tin theo hình ảnh](https://docs.biggee.vn/open-api/api-gia-nha-dat-3.md): API hỗ trợ tìm kiếm tất cả tin đăng từ nhiều nguồn theo hình ảnh. Thông tin trả về gồm tất cả tin đăng có sử dụng hình ảnh dưới dạng có cấu trúc.
- [API lấy ranh giới (polygon) theo khu vực](https://docs.biggee.vn/open-api/api-gia-nha-dat-4.md): API trả về ranh giới khu vực theo mã khu vực truyền vào, ranh giới chi tiết đến cấp xã/phường. BIGGEE sẽ cung cấp bảng mã khu vực khi kết nối API.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.biggee.vn/open-api.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
