Quickstart
3
Call /solve
/solvecurl -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"
}
}'Want a copy/paste test setup?
Last updated