QuantiumQuantium
Documentation

API Reference

All requests go to http://localhost:8000/

Headers

RequiredX-Url

Target URL to request

X-Url: https://example.com
OptionalX-Profile

Browser profile: chrome (default), safari, edge, firefox, okhttp, custom (randomized fingerprint), http11 (force HTTP/1.1)

X-Profile: safari
OptionalX-Proxy

Proxy URL (see common formats)

X-Proxy: http://user:[email protected]:8080
OptionalX-Timeout

Timeout in seconds (default: 20)

X-Timeout: 30
OptionalX-Redirect

Max redirects to follow (default: 10)

X-Redirect: 5
OptionalX-Shuffle

Shuffle headers order (default: false)

X-Shuffle: true

Response

Success: Returns target server's response as-is

Error: Returns JSON with error message

{ "error": "Connection timeout" }

HTTP Methods

All standard methods supported: GET, POST, PUT, DELETE, HEAD, OPTIONS, PATCH, TRACE