# NMKR Studio API

- [Introduction - NMKR Studio API](https://docs.nmkr.io/nmkr-studio-api/introduction-nmkr-studio-api.md): What is the NMKR Studio API
- [API Features](https://docs.nmkr.io/nmkr-studio-api/api-features.md): Discover what the NMKR API with it's numerous endpoints can do for you.
- [Get started with the API](https://docs.nmkr.io/nmkr-studio-api/get-started-with-the-api.md): Get Started with the NMKR Studio API
- [API Swagger](https://docs.nmkr.io/nmkr-studio-api/api-swagger.md): Use the Swagger to test the API on main and testnet
- [Get Started with the Swagger](https://docs.nmkr.io/nmkr-studio-api/api-swagger/get-started-with-the-swagger.md): How to get started with the Swagger
- [Swagger Responses and Error Codes](https://docs.nmkr.io/nmkr-studio-api/api-swagger/swagger-responses-and-error-codes.md): Learn about the meaning of the different responses
- [API Examples](https://docs.nmkr.io/nmkr-studio-api/api-examples.md): This is a collection of API examples
- [Users](https://docs.nmkr.io/nmkr-studio-api/api-examples/users.md)
- [Payout Wallets](https://docs.nmkr.io/nmkr-studio-api/api-examples/users/payout-wallets.md): Create and list payout wallets
- [Subcustomers](https://docs.nmkr.io/nmkr-studio-api/api-examples/users/subcustomers.md): Create a subcustomer via NMKR studio API
- [Project](https://docs.nmkr.io/nmkr-studio-api/api-examples/project.md)
- [Create Project](https://docs.nmkr.io/nmkr-studio-api/api-examples/project/create-project.md): Create a project via NMKR Studio API
- [Upload File and Metadata](https://docs.nmkr.io/nmkr-studio-api/api-examples/project/upload-file-and-metadata.md): Upload a file to your project
- [Payment](https://docs.nmkr.io/nmkr-studio-api/api-examples/payment.md)
- [Create unique NMKR Pay Link for random Token sales](https://docs.nmkr.io/nmkr-studio-api/api-examples/payment/create-unique-nmkr-pay-link-for-random-token-sales.md): Create a Payment Link for random Token sales via NMKR Pay
- [Create NMKR Pay Link for specific Token sales](https://docs.nmkr.io/nmkr-studio-api/api-examples/payment/create-nmkr-pay-link-for-specific-token-sales.md): Create a Payment Link for specific Token sales via NMKR Pay
- [Get Payment Address for single NFT sales with native Tokens](https://docs.nmkr.io/nmkr-studio-api/api-examples/payment/get-payment-address-for-single-nft-sales-with-native-tokens.md): Generate a payment address that can be used to mint a single NFT with a payment in ADA + any other Cardano Native Tokens
- [Create NMKR Pay Link for a multi-specific Tokens sale](https://docs.nmkr.io/nmkr-studio-api/api-examples/payment/create-nmkr-pay-link-for-a-multi-specific-tokens-sale.md): Create a Payment Link to sell multiple specific Tokens in one transaction via NMKR Pay
- [Minting](https://docs.nmkr.io/nmkr-studio-api/api-examples/minting.md)
- [Manual Minting](https://docs.nmkr.io/nmkr-studio-api/api-examples/minting/manual-minting.md): Mint a token of a project manually with the API
- [Smart Contract](https://docs.nmkr.io/nmkr-studio-api/api-examples/smart-contract.md)
- [Secondary Sales via NMKR Pay](https://docs.nmkr.io/nmkr-studio-api/api-examples/smart-contract/secondary-sales-via-nmkr-pay.md): Sell already minted tokens via NMKR Pay
- [API Open Source Contributions](https://docs.nmkr.io/nmkr-studio-api/api-open-source-contributions.md): In this topic we collect valuable external ressources that utilize our API


---

# 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.nmkr.io/nmkr-studio-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.
