Page cover

POST

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

Parameter
Type
Description
Example Value

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;...

Header
Type
Description
Example Value

x-api-key

string

Required. Your API Key.

example

Request Example

POST https://api.captchakiller.net/c/solveark
x-api-key: example
{
    "publickey": "DF9C4D87-CB7B-4062-9FEB-BADB6ADA61E6",
    "site": "https://demo.arkoselabs.com"
}

Response Example

{
    "result": "example"
}

Last updated

Was this helpful?