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

# API

***

#### **APIトークンはどのように生成しますか？**

デスクトップ版Webアプリで、 <mark style="color:$primary;">`設定`</mark> > <mark style="color:$primary;">`連携`</mark> に移動し、新しいAPIトークンを生成します。それをBearerトークンとして <mark style="color:$primary;">`Authorization`</mark> APIリクエストのヘッダーで使用します。

<figure><img src="/files/278148efe1820ed268f31b2fe69fc5ed44a9e754" alt=""><figcaption></figcaption></figure>

ベースURLは <mark style="color:$primary;">`https://rest.boxhero-app.com`</mark>.&#x20;

#### **APIのレート制限はありますか？**

はい。サービスを安定させるため、各エンドポイントは **1秒あたり5クエリ**に制限されています。これを超えると、レート制限ヘッダー付きのエラーレスポンスが返されます。

詳細なエンドポイントのドキュメントは [こちら](https://rest.boxhero-app.com/docs/api) をご覧ください。
