Raw Wordstat API call
raw_requestSend direct API requests to any Yandex Wordstat endpoint by specifying the path, method, and JSON body. Automatically injects folderId.
Instructions
Escape hatch to call any Yandex Cloud Search API Wordstat path directly, for endpoints without a dedicated tool, e.g. "v2/wordstat/topRequests". body is sent as JSON (folderId is injected automatically). Method defaults to POST.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body. | |
| path | Yes | API path, e.g. "v2/wordstat/dynamics". | |
| method | No | HTTP method. Default POST. |