# API Docs

With our APIs, you can instantly create collectible [NFT Tokens](/apis/mint-nfts/erc721-nft-tokens.md) and [NFT Wallets](/apis/nft-wallets.md) that can be assigned to users in your app or website. You can easily integrate NFT features into your app and allow users to [send or receive](/apis/transfers.md) any ERC-721 or ERC-1155 NFT on the Ethereum blockchain without the complexity of maintaining a full cryptocurrency wallet or understanding how to use plugins like Metamask. It all works seamlessly and natively within your app, so you can focus on building product.


---

# 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.nftyverse.com/apis.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.
