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.

POSThttps://captcha.solvium.io/v2/tasks/vercel
Headers
| Name | Type | Required | Default | Example |
|---|---|---|---|---|
| x-solvium-authSolvium API key — get one from @solvium_crypto_bot. | Header | Yes | — | IE0B81Vn... |
Body
| Name | Type | Required | Default | Example |
|---|---|---|---|---|
| challenge_tokenValue of the x-vercel-challenge-token header from the protected page. Expires fast — fetch right before submitting. | JSON | Yes | — | 2.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)