Compose a request once, then export it as cURL, fetch(), or Python requests. Great for debugging APIs, documenting endpoints, sharing examples with teammates, or turning rough request notes into copy-pasteable code.
Set the method, endpoint, auth, headers, and body. The tool keeps the final request preview and code snippets in sync.
Use this section to inspect the final URL, effective headers, and body before sending the request elsewhere.
https://api.example.com/v1/users?page=1
0 bytes
No headers yet.
No request body.
Switch between formats and copy the snippet that matches your stack.
A few practical reminders when sharing request samples with teammates or docs:
YOUR_API_KEY over real secrets.Content-Type matches the payload.If this saved you a few minutes of API wrangling, you can fuel the next tool here.