01
Send a URL
Submit a public URL to the Fetch API.
Developer infrastructure for the public web
Proprietary web access technology designed for near-universal reach across public web pages.
01 URL → public page
02 MODE → auto selects access path
03 RESULT → normalized response
Easy when possible. Hard when necessary.
How it works
01
Submit a public URL to the Fetch API.
02
Auto starts with the lowest-cost method and escalates only when necessary.
03
Get normalized content and clear billing metadata in one response.
Access modes
Easy
For pages that do not require full browser execution. This is the lowest-cost mode, without promising universal success.
Hard
For JavaScript-heavy and difficult pages when a fuller browser path is necessary.
Auto · recommended
Easy is attempted first. Hard is used only when the result requires escalation, and only the successful mode is charged.
Start with one request
Use the API base URL configured for your environment and keep your API key on the server side.
Read the quick startcurl -X POST https://web-bypass.dev/v1/fetch \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://example.com","mode":"auto"}'Usage pricing
01 / Lightweight
$0.10
per 1,000 successful requests
02 / Browser-capable
$0.20
per 1,000 successful requests
Failed requests are free. Minimum balance top-up: $5.
FAQ
Auto starts with Easy and uses Hard only when the result requires escalation. You pay for the mode that successfully retrieves the page.
Hard is intended for JavaScript-heavy or otherwise difficult public pages. It is used only when necessary.
No. A final failed request is free. In Auto, a failed Easy attempt followed by a successful Hard attempt is charged at the Hard rate only.
No. Usage is metered by successful requests, with no monthly commitment.
The service is intended for publicly accessible web content. Do not use it to access private resources or bypass authorization.
The intended billing model uses USDT top-ups with a configured minimum. Public recharge availability is not advertised by this pre-release surface.
No. The MVP Fetch API accepts a URL and an optional mode only.