api_swarm
Execute parallel HTTP API requests to fetch or send data simultaneously, enabling efficient batch processing of web services and APIs.
Instructions
Execute parallel HTTP API requests.
requests: JSON array of {url, method?, headers?, body?}
Example: [{"url": "https://api.example.com/data"}, {"url": "...", "method": "POST", "body": "{}"}]
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requests | Yes |