Raw Wordstat API call
raw_requestDirectly access any Yandex Wordstat API endpoint by providing the path and request body. Use this for endpoints without a dedicated tool.
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. |