# API Specification

- [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)


---

# 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/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.
