Get started with the API
Get Started with the NMKR Studio API
Get Started with the NMKR Studio API
The majority of requests will use some (or all of) the following elements:
Base URI, Comprised of:
Web Address
API Version
The Method Name
Project UID
NFT UID
NFT Count
JSON Payload
Requestor IP address
Other Specific Method Data
API Key as a BEARER TOKEN in the Request Header You can run API calls from your computer using most popular languages but if you plan to allow users on your website to invoke them, you must ensure you set up your website using server frontend/backend principles. The reason for this is that most browsers will simply block any attempt to make an API call from the front-end UI (CORS Policy Error).
Note - NEVER EXPOSE YOUR API KEY, IF YOU DO, DELETE IT AND MAKE A NEW ONE IMMEDIATELY.
Another very useful tool to test API is Postman. Postman is an API platform for developers to design, build, test and iterate their APIs.
Before you implement the API Endpoints into your DApp or website, you may want to test it out in the . The API Swagger is available for the as well as for the .
We also provide for the most common workarounds and features of the NMKR Studio API.