# はじめに - NMKR Studio API

### NMKR Studio APIとは

NMKR Studio API (Application Programming Interface)は、NMKR Studioの機能をあなたのウェブサイトやDAppに実装することができます。

このAPIは他のAPIと同様に動作し、HTTP GetとPost Requestを利用してサーバーサイドのコードを呼び出し、メソッドを実行することができます。

APIは基本的に、NMKR Studioで提供しているすべての機能を、プログラムインターフェースを通じて提供します。NFTのアップロードから、NMKR Payのペイメントリンクの提供、ホワイトリストの設定まで、すべてAPIを介して行うことができます。

より高度なことをお望みの場合、またはユーザー・インターフェースよりもコードの使用をお望みの場合は、APIが最適なソリューションとなるでしょう。

APIはテストネット（preprod）とメインネットで利用可能です。

我々は現在APIのバージョン2を実行しており、より多くの機能を利用できるようにするために、常に新しいエンドポイントを追加しています。

<br>

#### APIの利用者

APIは、以下の分野の知識を持つ有能なプログラマーが使用できるように設計されています：

* API
* フロントエンドWeb開発
* バックエンド開発
* プログラミング全般


---

# 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/jp/nmkr-studio-api/hajimeni-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.
