Proxy Test API
Validate Google, Cloudflare, and IP scenarios through your selected BytesFlows proxy account.
Proxy Test API
This endpoint uses one of your BytesFlows proxy accounts to run the ip-detector proxy test flow.
Endpoint
- URL:
/api/tools/proxy-test - Method:
POST - Authentication: Authenticated dashboard session
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
account | string | Yes | Proxy account to consume traffic from |
country | string | No | Optional country code |
session_type | string | No | rotating or sticky |
duration | number | No | Sticky session duration in minutes |
session_id | string | No | Sticky session identifier |
scenarios | string[] | No | Scenario list such as ["google_search","cloudflare_access"] |
Response Notes
- The route always tests the selected BytesFlows proxy account only.
- Response shape follows the
ip-detectorproxy test payload. - The underlying probe traffic is consumed from the selected proxy account.
Example
{
"account": "acct-main",
"country": "US",
"session_type": "sticky",
"duration": 10,
"scenarios": ["google_search", "cloudflare_access", "ipify"]
}