Skip to main content

Multiple Requests Beta

Voiden lets you add multiple requests directly in your .void file — no switching between tabs, no juggling separate files. Just stack your requests one after another and run them all at once.


How It Works

  1. Add your requests directly in the file, one after another.

multi-endpoint

  1. Click the Run All button.

multi-endpoint

  1. Voiden runs each request in sequence and displays the responses one by one — so you can see exactly what each request returned, in order.

Color-Coded Sections

Each request in your file gets a unique color indicator. That same color carries through to the response panel, so you can instantly match every response back to the request that triggered it — no guessing, no counting rows.

This makes it especially easy to scan results when you have several requests running in sequence, each response clearly tied to its source at a glance.


Why It's Useful

  • Test a full API flow from top to bottom in a single file.
  • Review each response as it comes in, without triggering requests manually one at a time.
  • Keep related requests together in one place — clean, readable, and easy to share.

Summary

Multiple Requests turns your .void file into a complete request runner. Add your requests and watch each response come in — color-coded, ordered, and easy to follow. It's the simplest way to test a full API flow without ever leaving a single file.