MCPcopy Create free account
hub / github.com/TheSmallHanCat/flow2api / CaptchaScoreTestRequest

Class CaptchaScoreTestRequest

src/api/admin.py:618–623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

616
617
618class CaptchaScoreTestRequest(BaseModel):
619 website_url: Optional[str] = "https://antcpt.com/score_detector/"
620 website_key: Optional[str] = "6LcR_okUAAAAAPYrPe-HK_0RULO1aZM15ENyM-Mf"
621 action: Optional[str] = "homepage"
622 verify_url: Optional[str] = "https://antcpt.com/score_detector/verify.php"
623 enterprise: Optional[bool] = False
624
625
626class GenerationConfigRequest(BaseModel):

Callers 1

test_captcha_scoreFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_captcha_scoreFunction · 0.68