cracker-logoCracker

Vercel

Vercel security challenge. Pull the x-vercel-challenge-token header from the protected page, send it here, get back a solution you submit to /.well-known/vercel/security/request-challenge for the _vcrcs cookie.

Vercel

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

Headers

NameTypeRequiredDefaultExample
x-solvium-authHeaderYesIE0B81Vn...

Body

NameTypeRequiredDefaultExample
challenge_tokenJSONYes2.1743847465.60.MGY1Y2JjYWNlZD…

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").vercel_sync(
    challenge_token="2.1743847465.60.MGY1Y2JjYWNlZD…",
)
print(solution)

© 2026 Solvium. All rights reserved.