cracker-logoCracker

Noname

Noname-category challenge — regular or Enterprise build, including the invisible variant.

Noname

POSThttps://captcha.solvium.io/v2/tasks/noname

Headers

NameTypeRequiredDefaultExample
x-solvium-authHeaderYesIE0B81Vn...

Body

NameTypeRequiredDefaultExample
urlJSONYeshttps://example.com/login
site_keyJSONYesa5f74b19-9e45-40e0-b45d-47ff91b7a6c2
is_enterpriseJSONNofalsefalse
is_invisibleJSONNofalsefalse
rqdataJSONNo
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").noname_sync(
    url="https://example.com/login",
    site_key="a5f74b19-9e45-40e0-b45d-47ff91b7a6c2",
)
print(solution["token"])

© 2026 Solvium. All rights reserved.