# RAIR API

RAIR API is a RESTful API for communicating with RAIR server nodes, providing both on-chain and off-chain functionality for a growing list of RAIRspecific services designed for Web3.0.

RAIR API currently provides access to [16 unique sub-resources](https://docs.rairprotocol.org/rairprotocol/codebase/rair-api/endpoints), comprising over 80 individual endpoints for creating NFT's, Smart Contracts, managing sales, users, analytics, media, and more!


---

# 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://docs.rairprotocol.org/rairprotocol/codebase/rair-api.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.
