create_task
Start a data collection run and return its id. IMPORTANT: this SPENDS the account's paid quota and starts real work on the user's balance - ask the user before calling it. Requires an active subscription and an API key. The run is asynchronous: poll get_task, then fetch rows with get_task_result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | Task type from list_task_kinds, e.g. 'search_chats'. | |
| params | No | Task parameters. Names come from list_task_kinds. Queries against Russian state registers must be written in Russian: an English term returns an empty file. | |
| target | No | The object to work on (channel link, company, article). Required for some kinds - list_task_kinds says which. |