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
  • MTCaptcha Solver API
  • Request Example
  • Response Example

Was this helpful?

  1. Captcha Tasks
  2. MTCaptcha

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 1 year ago

Was this helpful?

Page cover image