API
Endpoint
http://localhost:8000/
Fingerprints
TLS
JA3
JA4
HTTP2
Protocols
HTTP(S) 1.0
HTTP(S) 2.0
Encodings
Zstd
Gzip
Brotli
Deflate
Headers
X-Url
- The URL to request (type:string
) (required)X-Redirect
- Redirects limit (default:10
) (type:number
)X-Shuffle
- Shuffle headers (default:false
) (type:boolean
)X-Timeout
- Timeout in seconds (default:20
) (type:number
)X-Profile
- The profile to use (default:chrome
) (type:enum
)X-Proxy
- The proxy to use (type:proxy
)
URL
The URL to request. It must be a valid URL.
Redirect
The maximum number of redirects to follow. It must be a number.
Shuffle
Whether to shuffle the headers. It must be a boolean.
Timeout
The timeout in seconds. It must be a number.
Profile
The profile to use. It must be a valid profile.
Values
chrome
safari
edge
okhttp
Proxy
The proxy to use. It must be a valid proxy. See the proxy documentation for more information
Response
The response is a redirect to the requested URL.
Errors
{ "error": "..." }
- An error occurred.
Example
curl -X GET "http://localhost:8000/" \
-H "X-Url: https://www.cloudflare.com"