> For the complete documentation index, see [llms.txt](https://docs.nmkr.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nmkr.io/nmkr-studio-api/introduction-nmkr-studio-api.md).

# Introduction - NMKR Studio API

## What is the NMKR Studio API

The NMKR Studio API (Application Programming Interfac&#x65;*)* allows you to implement the features from NMKR Studio to your own website or DApp. \
\
The API works similarly to other API’s, whereby you are able to utilise the HTTP Get and Post Requests to invoke our Server-Side code to run methods.\
\
The API essentially provides all the functionality we offer in NMKR Studio, through a programmatic interface. Everything from uploading your NFTs, to providing a Payment Link for NMKR Pay, setting up whitelists, can be done via the API.

If you are looking to do something more advanced or simply prefer using code rather than a user interface, the API might be the right solution for you. \
\
The API is available for the Testnet (preprod) and for the Mainnet.\
We are currently running the Version 2 of our API and are constantly adding new endpoints in order to make more features available for you.\ <br>

### Who is using the API

The API is designed to be used by competent programmers who have knowledge in the following areas:

* API's
* Front-end Web Development
* Back-end Web Development
* General programming
