Skip to content

HTTP Request Builder

Build HTTP requests and export as cURL, fetch, Python, PHP, and more.

[Lab Tool] [Developer Utilities]

All processing happens locally in your browser. No data is sent to any server.

Request Configuration

Generated Code


                    

Saved Requests (Local Storage)

Save requests to your browser's local storage for quick access.

HTTP Reference

HTTP Methods

  • GET - Retrieve resource
  • POST - Create resource
  • PUT - Replace resource
  • PATCH - Partial update
  • DELETE - Remove resource
  • HEAD - Headers only

Common Headers

  • Content-Type
  • Authorization
  • Accept
  • User-Agent
  • Cache-Control
  • X-API-Key

Content Types

  • application/json
  • application/x-www-form-urlencoded
  • multipart/form-data
  • text/plain
  • text/xml

Status Codes

  • 200 - OK
  • 201 - Created
  • 400 - Bad Request
  • 401 - Unauthorized
  • 404 - Not Found
  • 500 - Server Error