> For the complete documentation index, see [llms.txt](https://resources.atriptech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resources.atriptech.com/api-wen-dang/api-can-kao.md).

# API 参考

{% hint style="info" %}
遇到 API 接入问题时，可登录 [Eva](https://www.atriptech.com/) 寻求帮助。
{% endhint %}

这一栏用于查看精确的 endpoint schema、字段和示例。

### 按流程浏览

* [预订 API](/api-wen-dang/api-can-kao/yu-ding-api.md)
* [预订后 API](/api-wen-dang/api-can-kao/yu-ding-hou-api.md)
* [Webhook 与事件 API](/api-wen-dang/api-can-kao/webhook-yu-shi-jian-api.md)
* [工具 API](/api-wen-dang/api-can-kao/gong-ju-api.md)

### 常用入口

* [搜索](/api-wen-dang/api-can-kao/yu-ding-api/sou-suo.md)
* [验价](/api-wen-dang/api-can-kao/yu-ding-api/yan-jia.md)
* [创建订单](/api-wen-dang/api-can-kao/yu-ding-api/chuang-jian-ding-dan.md)
* [支付与出票](/api-wen-dang/api-can-kao/yu-ding-api/zhi-fu-yu-chu-piao.md)
* [退款](/api-wen-dang/api-can-kao/yu-ding-hou-api/tui-kuan.md)
* [Webhook 注册与事件](/api-wen-dang/api-can-kao/webhook-yu-shi-jian-api/webhook-zhu-ce-yu-shi-jian.md)
* [余额](/api-wen-dang/api-can-kao/gong-ju-api/yu-e.md)
* [ATRIP Token](/api-wen-dang/api-can-kao/gong-ju-api/atrip-token.md)

### 推荐用法

1. 先看 [集成指南](/api-wen-dang/readme.md)，理解流程和接入顺序。
2. 再到这里查请求和响应细节。
3. 排障时查看 [排障与支持](/api-wen-dang/pai-zhang-yu-zhi-chi.md)。


---

# 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:

```
GET https://resources.atriptech.com/api-wen-dang/api-can-kao.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.
