Quickstart
Get a token from /solve in a few calls.
3
Call /solve
/solveSend a full JSON body with apiKey, fingerprintData, and requestData.
curl -sS "https://api.devioussolver.com/solve" \
-H "content-type: application/json" \
-d '{
"apiKey": "YOUR_API_KEY",
"fingerprintData": {
"challengeUrl": "https://arkoselabs.roblox.com",
"documentReferrer": "",
"targetLocation": "https://www.roblox.com/login",
"titleTab": "Log in to Roblox",
"windowAncestorOrigins": [],
"windowTreeIndex": [],
"windowTreeStructure": "[[]]"
},
"requestData": {
"blobExchange": "BLOB_HERE",
"proxy": "user:pass@ip:port",
"publicKey": "476068BF-9607-4799-B53D-966BE98E2B81",
"siteUrl": "https://www.roblox.com",
"cookies": "cookie1=value1; cookie2=value2; cookie3=value3",
"capiMode": "lightbox",
"styleTheme": "modal"
}
}'4
Read the result
If
solved: true, usetoken.If
solved: false, retry with a better proxy/blob.
Full details: DeviousSolver API.
Most failures are proxy-related. Avoid rotating proxies if you get blocked.
Want a copy/paste test setup?
Use Testing the API for ready-to-run terminal commands.
Last updated
