# Hyper3D API Documentation

## English

- [Introduction](https://developer.hyper3d.ai/readme.md): Learn more about the Hyper3D API's capabilities and common use cases.
- [Get started with Rodin](https://developer.hyper3d.ai/get-started/readme-1.md)
- [Minimal Example](https://developer.hyper3d.ai/get-started/minimal-example.md)
- [Overview](https://developer.hyper3d.ai/api-specification/overview_reset_v.md)
- [Gen-2 Generation](https://developer.hyper3d.ai/api-specification/rodin-generation-gen2_reset_v.md)
- [Gen-1&1.5 Generation](https://developer.hyper3d.ai/api-specification/rodin-generation_reset_v.md)
- [Bang!](https://developer.hyper3d.ai/api-specification/bang_reset_v.md)
- [Check Balance](https://developer.hyper3d.ai/api-specification/check_balance_reset_v.md): Check the remaining credits in your account.
- [Check Status](https://developer.hyper3d.ai/api-specification/check-status_reset_v.md): Check the status of a task submitted to the API.
- [Download Results](https://developer.hyper3d.ai/api-specification/download-results_reset_v.md): Download result for a given task submitted to the API.
- [Generate Texture](https://developer.hyper3d.ai/api-specification/generate-texture_reset_v.md)
- [Data Retention Policy](https://developer.hyper3d.ai/legal/data-policy.md)

## 简体中文

- [Get started with Rodin](https://developer.hyper3d.ai/zh_cn/get-started/readme.md)
- [Minimal Example](https://developer.hyper3d.ai/zh_cn/get-started/minimal-example.md)
- [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)
- [Data Policy](https://developer.hyper3d.ai/zh_cn/other/data-policy.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information, you can query the documentation dynamically by asking a question.

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

```
GET https://developer.hyper3d.ai/readme.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.
