Input File URL
Example Files
Click example to test quickly
API Usage
Basic Call
Loading...
JavaScript Call
const fileUrl = 'https://example.com/file.jpg';
fetch('/proxy?url=' + encodeURIComponent(fileUrl))
.then(response => response.blob())
.then(blob => {
// Process file...
});
Service Status
Checking...
Response Time
-
Secure Proxy
Cloudflare Protected