HTTPCall
Written by
Updated at August 18, 2026
Note
Currently, there are two UIs that support Workflows: Yandex Cloud
- Workflows created in the Yandex Cloud UI are automatically available in the AI Studio UI.
- Workflows created in the AI Studio UI are not available in the Yandex Cloud UI.
Starting September 3, 2026, Workflows will no longer be supported in the Yandex Cloud UI. To create and manage workflows, use the AI Studio UI.
HTTP call to a specified endpoint.
| Field name | Type | Required | Default value | Templating supported | Description |
|---|---|---|---|---|---|
url |
string |
Yes | None | Yes | Request URL. |
method |
enum |
None | GET |
None | Request method. |
body |
string |
None | "" |
Yes | Request body. |
headers |
map<string, string> |
None | {} |
Yes: in header values | Request headers. |
query |
map<string, string> |
None | {} |
Yes: in query parameter values | Request query parameters. |