# API Specification

- [Overview](https://developer.hyper3d.ai/zh_cn/api-specification/overview_reset_v.md)
- [Gen-2 Generation](https://developer.hyper3d.ai/zh_cn/api-specification/rodin-generation-gen2_reset_v.md)
- [Gen-1&1.5 Generation](https://developer.hyper3d.ai/zh_cn/api-specification/rodin-generation_reset_v.md)
- [Bang!](https://developer.hyper3d.ai/zh_cn/api-specification/bang_reset_v.md)
- [Check Balance](https://developer.hyper3d.ai/zh_cn/api-specification/check_balance_reset_v.md)
- [Check Status](https://developer.hyper3d.ai/zh_cn/api-specification/check-status_reset_v.md): 检查提交给API的任务的执行状态。
- [Download Results](https://developer.hyper3d.ai/zh_cn/api-specification/download-results_reset_v.md): 下载提交到API的给定任务的结果。
- [Generate Texture](https://developer.hyper3d.ai/zh_cn/api-specification/generate-texture_reset_v.md)


---

# 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://developer.hyper3d.ai/zh_cn/api-specification.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.
