{"slug":"curl-http-request-underscoredone-com-curl-11328d","title":"Send an HTTP request to any URL from our servers and receive the full response —","host":"curl-http-request.underscoredone.com","method":"POST","resource":"https://curl-http-request.underscoredone.com/curl","category":"code","description":"Send an HTTP request to any URL from our servers and receive the full response — including the status code, all response headers, and the body content. Supports GET, POST, PUT, PATCH, DELETE, and HEAD. Automatically follows up to 3 redirects. Useful for testing endpoints, verifying servers are respo","price_listed":0.01,"price_asked":null,"state":"effects","state_label":"Not tested: has real-world effects","checks_7d":0,"answered_7d":0,"latency_ms_median":null,"reported_calls_30d":4,"reported_payers_30d":3,"networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"badge":"unverified","paid_checks_7d":0,"paid_ok_7d":0,"example_input":{"body":{"method":"GET","url":"https://httpbin.org/get"},"bodyType":"json","method":"POST","type":"http"},"output_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"method":{"description":"The type of request to make. Choose from GET, POST, PUT, PATCH, DELETE, or HEAD. Defaults to GET if not provided.","enum":["GET","POST","PUT","PATCH","DELETE","HEAD"],"type":"string"},"url":{"description":"The full web address you want to send a request to. Must start with http:// or https://.","type":"string"}},"required":["url"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"api_version":{"type":"string"},"body":{"type":"string"},"durationMs":{"type":"integer"},"error":{"type":"string"},"headers":{"additionalProperties":true,"type":"object"},"method":{"type":"string"},"redirectChain":{"items":{"type":"object"},"type":"array"},"statusCode":{"type":"integer"},"url":{"type":"string"}},"required":["api_version","url","method","statusCode","headers","body","durationMs","redirectChain","error"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"},"history":[],"description_full":"Send an HTTP request to any URL from our servers and receive the full response — including the status code, all response headers, and the body content. Supports GET, POST, PUT, PATCH, DELETE, and HEAD. Automatically follows up to 3 redirects. Useful for testing endpoints, verifying servers are responding correctly, debugging redirect chains, or fetching raw data without needing a local setup.","last_updated":"2026-09-14T19:47:15.646Z","schemes":["exact"]}