# THP Developer API

## Docs

- [Home](https://docs.hentaicord.net/home.md): Welcome to the official documentation for THP API.
- [Rate Limiting](https://docs.hentaicord.net/rate-limiting.md): This page explains about how to comply with our rate limiting when using THP Developer API.
- [API Token](https://docs.hentaicord.net/api-token.md): This page explains how you can obtain your own token to use for THP Developer API.
- [Retrieve NSFW media](https://docs.hentaicord.net/our-features/retrieve-nsfw-media.md): This page explains how you can fetch NSFW media in the form of images and GIFs.


---

# 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, 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://docs.hentaicord.net/home.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.
