{"name":"BYPCF by Yamzzdev","version":"5.1.1","endpoints":{"POST /api/turnstile":"Solve Turnstile (min, fake page, optional action)","POST /api/turnstile-max":"Solve Turnstile on real page URL","POST /api/captchav3":"Solve reCAPTCHA v3 (no browser)","POST /api/altcha":"Solve Altcha PoW (challenge JSON or challengeurl)","POST /api/friendly":"Solve FriendlyCaptcha PoW (official solver)","POST /api/hcaptcha":"Solve hCaptcha checkbox (best-effort)","POST /api/aliyun":"Solve Aliyun Captcha 2.0 (sceneId+prefix, best-effort)","POST /api/aliyun-extract":"Extract Aliyun sceneId+prefix+region from target page URL","POST /api/cloudflare":"Bypass Cloudflare challenge (cf_clearance)","POST /api/waf-session":"Get WAF session cookies + headers","POST /api/source":"Get rendered page HTML source","POST /api/get-sitekey":"Detect & classify captcha sitekeys from a target URL (turnstile/recaptcha/hcaptcha/friendly/altcha)","GET /api/health":"Health check"},"usage":{"turnstile":{"method":"POST","url":"/api/turnstile","body":{"sitekey":"0x4AAAAAA...","siteurl":"https://example.com","timeout":45,"action":"login"}},"turnstileMax":{"method":"POST","url":"/api/turnstile-max","body":{"url":"https://example.com/page-with-turnstile","timeout":60}},"altcha":{"method":"POST","url":"/api/altcha","body":{"challengeurl":"https://example.com/altcha-challenge","timeout":60}},"friendly":{"method":"POST","url":"/api/friendly","body":{"sitekey":"FCM...","timeout":180}},"hcaptcha":{"method":"POST","url":"/api/hcaptcha","body":{"sitekey":"10000000-ffff-ffff-ffff-000000000001","siteurl":"https://example.com","timeout":60,"rqdata":"(optional, enterprise)","invisible":false,"debug":false}},"aliyun":{"method":"POST","url":"/api/aliyun","body":{"sceneId":"XXXX","prefix":"xxxxxx","region":"sgp","language":"en","mode":"popup","timeout":120,"debug":false}},"captchav3":{"method":"POST","url":"/api/captchav3","body":{"sitekey":"6Le-wvk....","siteurl":"https://example.com","timeout":30}},"cloudflare":{"method":"POST","url":"/api/cloudflare","body":{"url":"https://example.com","headless":true,"timeout":30}},"getSitekey":{"method":"POST","url":"/api/get-sitekey","body":{"url":"https://example.com/login","timeout":30}}}}