Chris

Overview

πŸ‘‰δΈ­ζ–‡ζ–‡ζ‘£πŸ‘ˆ

Currently Supported APIs

Type Description Synchronous Result Retrieval Points Deduction Discount for Input Proxy Running Status Exclusive/Monthly (Contact Support)
recaptcha:universal ReCaptcha (v2/v3 Universal), Direct token return βœ… 300 150 βœ… ❌
recaptcha:enterprise ReCaptcha (v2/v3 Enterprise), Direct token return βœ… 500 250 βœ… ❌
recaptcha:steam ReCaptcha (Steam), Direct token return βœ… 600 300 βœ… ❌
recaptcha:app ReCaptcha (App Version), Direct token return βœ… ❌Discontinued❌ 250 ❌ ❌
hcaptcha:universal Hcaptcha Universal, Direct return of generated_pass_UUID βœ… 300 150 βœ… ❌
incapsula:reese84 Incapsula Shield reese84 Universal, Returns solution parameter βœ… 210 ❌ βœ… ❌
incapsula:utmvc Incapsula Shield __utmvc Universal, Direct server seamless verification or __utmvc cookie βœ… 150 ❌ βœ… ❌
incapsula:rbzid Incapsula Shield rbzid Universal, Returns verification parameter βœ… 100 ❌ βœ… ❌
akamai:v2 Akamai v2/v3, Direct return of _abck βœ… 1000 ❌ βœ… βœ…
tls:v1 tls forwarding interface, targeting ja3, http2 fingerprint verification interfaces (such as akamai/cloudflare) βœ… 100 ❌ βœ… ❌
cloudflare:universal CloudFlare Shield Universal, Returns cookies or captcha submission parameters (turnstile 300 points) βœ… 1000/300 1000/150 βœ… βœ…
aws:universal Aws Waf Shield, Returns aws-waf-token (only seamless 150 points) βœ… 500/150 250/150 βœ… ❌
perimeterx:universal Perimeterx Shield Universal, Returns _px2, _px3 βœ… 1000 ❌ βœ… βœ…
kasada:ct Kasada Shield, Returns x-kpsdk-ct βœ… 1000 ❌ βœ… βœ…
kasada:cd Kasada Shield, Returns x-kpsdk-cd βœ… 50 ❌ βœ… ❌
datadome:universal Datadome Shield, Returns datadome cookie βœ… 1000 ❌ βœ… βœ…
shape:v1 Shape Shield v1, Returns request header or form encryption parameters βœ… 1000 ❌ βœ… βœ…
shape:v2 Shape Shield v2, Returns request header or form encryption parameters βœ… 1000 ❌ βœ… βœ…
vercel:universal Vercel Shield Universal, Returns _vcrcs cookie βœ… 150 ❌ βœ… ❌
discord:join_channel Discord Join Channel βœ… 500 ❌ βœ… ❌

Proxy Usage Instructions

proxy

Definitions

Level Explanation

Points Spent Level Discount Description
100,000,000 VIP 1 90% Actual spend of 300 points is 270 points
250,000,000 VIP 2 80% Actual spend of 300 points is 240 points
600,000,000 VIP 3 70% Actual spend of 300 points is 210 points

Rebate Description

Rebate Use

Wallet Data Query API

http://api.nocaptcha.io/api/get_user_balance?user_token={User-Token}&nickname={nickname}
Parameter Name Type Description Required
User-Token String User token xxxx-xxx... Yes
nickname String Username for login. abc@xxx.com Yes

http://api.nocaptcha.io/api/get_user_balance?user_token=40201fad-6666-3333-9999-b9f658666666&nickname=admin@nocaptcha.io

Response Data(JSONοΌ‰:

{
    "code": 200,
    "msg": "success",
    "data": {
        "money_data": {
            "balance": "9112475",
            "profit": "3471240",
            "used_profit": "0",
            "consume": "887524",
            "today_consume": "0"
        }
    }
}