GET
Funcaptcha Solver API
NOTE: We are still adding support for different sites, if you are having issues send us the publickey and site you are having issues with.
NOTE: Captcha solving speed is heavily dependent on the site where you are solving the captcha.
ENDPOINT: https://api.captchakiller.net/c/solveark
Request Funcaptcha Token
publickey
string
Required. Funcaptcha public key.
DF9C4D87-CB7B-4062-9FEB-BADB6ADA61E6
site
string
Required. Funcaptcha site URL.
https://demo.arkoselabs.com
surl
string
Funcaptcha service url.
https://client-api.arkoselabs.com
datatype
string
Funcaptcha data type (if required).
blob
data
string
Funcaptcha data (if required) sent url encoded.
gENsYWf9hLu6E5oSTcPby1t8iK4TCZgv...
useragent
string
Custom user agent, might improve solving process.
Mozilla/5.0 (Windows NT 10.0; Win64;...
x-api-key
string
Required. Your API Key.
example
Request Example
GET https://api.captchakiller.net/c/solveark?publickey=DF9C4D87-CB7B-4062-9FEB-BADB6ADA61E6&site=https%3A%2F%2Fdemo.arkoselabs.com%2F
x-api-key: example
Response Example
{
"result": "example"
}
Last updated
Was this helpful?