workflow battlecard

HTTP API Debugging

Inspect headers, send requests, and download response data with CLI tools.

Step 1

curl: make-http-get-request

Inspect response headers and request metadata.

curl https://example.com

Step 2

curl: make-http-get-request

Send an API request with method, body, or headers.

curl https://example.com

Step 3

curl: make-http-get-request

Save the response or downloaded artifact locally.

curl https://example.com