Send a request to the target URL through the agent network. Pass the target URL via the X-Target-URL header. Optionally include a JSON body with method, headers, body, timeout, and allow_redirects fields.
API key passed in the X-API-Key header.
Target URL (no encoding needed). Recommended for URLs with query parameters.
Target countries as comma-separated ISO codes (e.g. US,DE,AT). Aliases: X-Geo-CC, X-CC, X-Country, X-Geo-Strict.
Set to 1 if expecting a JSON response from the origin.
Route through specific agent(s) by slug (e.g. de1) or comma-separated list for random pick (e.g. de1,at5,us3).
Override request timeout in seconds (default: 30).
Override HTTP method (e.g. POST, PUT). Defaults to the request's own method.
Custom headers to send to the target origin.
Request body to send to the target origin.
Request timeout in seconds. Default: 30.
Follow redirects. Default: true.