BytesFlows Docs

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

FieldTypeRequiredDescription
accountstringYesProxy account to consume traffic from
countrystringNoOptional country code
session_typestringNorotating or sticky
durationnumberNoSticky session duration in minutes
session_idstringNoSticky session identifier
scenariosstring[]NoScenario list such as ["google_search","cloudflare_access"]

Response Notes

  • The route always tests the selected BytesFlows proxy account only.
  • Response shape follows the ip-detector proxy 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"]
}

On this page