All Tools
HTTP Request Builder
Visually compose HTTP requests. Set method, URL, headers, and body. Generate cURL commands and fetch code.
Request
Headers
1 active
Generated Code
curl -X GET \
'https://api.example.com' \
-H 'Content-Type: application/json'Want more? Create your free API playgroundTry TryAPI free
HTTP Methods Reference
- GET - Retrieve a resource
- POST - Create a new resource
- PUT - Replace a resource entirely
- PATCH - Partially update a resource
- DELETE - Remove a resource
- HEAD - Same as GET but without response body
- OPTIONS - Describe communication options