cracker-logoCracker

reCAPTCHA v2

Google reCAPTCHA v2 — checkbox or invisible variant, regular or Enterprise.

reCAPTCHA v2

POSThttps://captcha.solvium.io/v2/tasks/recaptcha-v2

Headers

NameTypeRequiredDefaultExample
x-solvium-authHeaderYesIE0B81Vn...

Body

NameTypeRequiredDefaultExample
urlJSONYeshttps://example.com/login
site_keyJSONYes6Lc4jRkrAAAAAAr295LcTFPkvbxbMxcBS3gfBRXu
is_invisibleJSONNofalsefalse
is_enterpriseJSONNofalsefalse
data_sJSONNo
proxyJSONNohttp://user:pass@host:8080

Response

Poll Task Status with the returned task_id until it's completed.

Example

Python
from solvium import Solvium
 
solution = Solvium(api_key="YOUR_API_KEY").recaptcha_v2_sync(
    url="https://example.com/login",
    site_key="6Lc4jRkrAAAAAAr295LcTFPkvbxbMxcBS3gfBRXu",
    is_enterprise=True,
)
print(solution["token"])

© 2026 Solvium. All rights reserved.