CaptchaKiller Documentation
  • Captcha Tasks
    • Recaptcha V2
      • GET
      • POST
      • Error Codes
    • Recaptcha V2 Enterprise
      • GET
      • POST
      • Error Codes
    • Recaptcha V3 Low Score
      • GET
      • POST
      • Error Codes
    • Funcaptcha - Arkoselabs
      • GET
      • POST
      • Error Codes
    • MTCaptcha
      • GET
      • POST
      • Error Codes
    • Text Captcha
      • GET
      • POST
      • Error Codes
  • Integrations
    • Python
    • Node.js
  • GENERAL API
    • View Balance
  • Other
    • Support
    • Partnership Program
Powered by GitBook
On this page
  • Funcaptcha Solver API
  • Request Example
  • Response Example

Was this helpful?

  1. Captcha Tasks
  2. Funcaptcha - Arkoselabs

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 9 months ago

Was this helpful?

Page cover image