Pobierz test CAPTCHA
/captcha/challengeOgłoś nowe wyzwanie związane z suwakiem (tło + element sieci Ethernet + geometria).
Metoda zapytania
GEThttps://api.stableproxy.com/v2/captcha/challenge
Parametry zapytania
| Identyfikator | Regulamin | Przykład |
|---|---|---|
| actionNie koniecznie | nullablestringregex:/^[a-z0-9_.-]+$/i | 8 |
Przykłady kodu
1const baseUrl = "https://api.stableproxy.com/v2";2const response = await fetch(baseUrl + "/captcha/challenge", {3 method: "GET",4 headers: {5 "Content-Type": "application/json"6 }7});8const data = await response.json();