Raw Wordstat API call
raw_requestCall any Yandex Wordstat API path directly with a JSON body, including endpoints without a dedicated tool. 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". Every Wordstat endpoint is POST; body is sent as JSON (folderId is injected automatically).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body. | |
| path | Yes | API path, e.g. "v2/wordstat/dynamics". | |
| method | No | HTTP method. Only POST is supported; defaults to POST. |