> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/dast-sfesu/api-scanning.md).

# API スキャン

{% hint style="warning" %}
API や Web アプリをより深くテストするには、SQLインジェクションのような OWASP リスクに加え、ロジックの不備、IDOR、テナント間データ漏えいなども含めて、 **エージェント型スキャン** 代わりに。以下の REST および GraphQL スキャナーも引き続きサポートされていますが、推奨される विकल्पは Agentic Scan です。参照してください [Aikido Pentest](/docs/docs-ja/penetorshontesuto/aikido-pentest.md).
{% endhint %}

{% content-ref url="/pages/5f330ed95f10f55b16196c710afe1118d36c5a67" %}
[REST API と Web アプリのスキャン](/docs/docs-ja/dast-sfesu/api-scanning/rest-api-scanning.md)
{% endcontent-ref %}

{% content-ref url="/pages/8a9a395e0d666f7008b4b6a9007260cdedd17e0a" %}
[GraphQL API スキャン](/docs/docs-ja/dast-sfesu/api-scanning/graphql-api-scanning.md)
{% endcontent-ref %}

{% content-ref url="/pages/d57c06ab5fd7be3abb5f764d3764883c659f090f" %}
[REST/GraphQL の認証付き API スキャン](/docs/docs-ja/dast-sfesu/api-scanning/authenticated-api-scanning-for-rest-graphql.md)
{% endcontent-ref %}

{% content-ref url="/pages/534370b52afb06a382935e9f8b38fa0de587a975" %}
[IDOR 脆弱性の検出](/docs/docs-ja/penetorshontesuto/coverage-and-findings/what-issues-can-aikido-pentest-find/understanding-and-detecting-idor-vulnerabilities.md)
{% endcontent-ref %}

{% content-ref url="/pages/66c488ed22674a8a36d2994cb527b1183b8a68ad" %}
[API スキャンでルートを無視](/docs/docs-ja/dast-sfesu/api-scanning/ignoring-routes-in-api-scanning.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/docs/docs-ja/dast-sfesu/api-scanning.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
