Page cover

GET

MTCaptcha Solver API

NOTE: If the action does not match the site's action, the captcha token might become invalid.

ENDPOINT: https://api.captchakiller.net/c/solvemtc

Request MTCaptcha Token

Parameter
Type
Description
Example Value

sitekey

string

Required. MTCaptcha site key always contains MTPublic

MTPublic-DemoKey9M

site

string

Required. URL of the site that contains the MTCaptcha

https://service.mtcaptcha.com

action

string

MTCaptcha action that is inside of the getchallenge.json request (act parameter)

login

Header
Type
Description
Example Value

x-api-key

string

Required. Your API Key.

example

Request Example

GET https://api.captchakiller.net/c/solvemtc?sitekey=MTPublic-DemoKey9M&action=login&site=https%3A%2F%2Fservice.mtcaptcha.com
x-api-key: example

Response Example

{
    "result": "example"
}

Last updated

Was this helpful?