Api Console
REST request builder with a method and path row, query params and headers tabs, a Send affordance, and a JSON response panel.
REST request builder with a method and path row, query params and headers tabs, a Send affordance, and a JSON response panel.
Search blocks by description or jump to a page.
The source for every Application block is included with Basic and Pro. Pick a plan to copy the code.
Already purchased? Log in
Api Console is the request builder for the Acme REST API, versioned v2026-06-01. The method and path row shows GET /v1/users in mono with a Send button. Three tabs follow: Query params lists page=1, per_page=25, and a disabled status=active; Headers shows Authorization with the Bearer token sk_live_...8h2k, Content-Type, and X-Acme-Version; Body notes there is no body for GET requests. The response panel beneath returns 200 OK in 34 ms at 1.2 kB and renders a JSON body with three Acme users (Avery Stone, Priya Nair, Jordan Lee) and a meta block showing total=5, page=1.
Params and headers are separate const arrays with an enabled flag that dims disabled rows. The response body is a template literal so the JSON whitespace is exact.
Reach for this block on a developer tools or API reference page, wired to a live proxy that forwards requests using the workspace API key and streams back the response. Do not store responses server-side; the footer states this to manage expectation.
A natural flow around it on an Application Pro page:
Before
After
One strong use is the interactive REST explorer. Other API console shapes:
Tip: show a real response, not a placeholder; the JSON body is the proof that the console works.