⚡ HTTP Batch Request Tool

Execute multiple HTTP requests in parallel or sequential mode

Request Configuration
📋 Example JSON Format
[ { "url": "https://jsonplaceholder.typicode.com/posts/1", "method": "GET", "headers": {}, "body": null, "timeout": 5000 }, { "url": "https://jsonplaceholder.typicode.com/posts", "method": "POST", "headers": {"Content-Type": "application/json"}, "body": {"title": "Test"}, "timeout": 5000 } ]
Results
Results will appear here...