API and Plugins

Now we can solve No captcha|Recaptcha without browser emulation at 2.5$ per 1k the lowest price in the market with fast response and accuracy check our API page for more details Click Here




Decaptcher API AND PLUGINS

Process Invlolved in Decaptcher API Service

The following steps are invloved in our decaptcher service

1. User uploads the captcha using the function "UploadCaptchaAndGetText". this function will return the reference imageid for the uploaded image along with the captcha text. The returned imageid acts as a identifier for the uploaded image. Example of the result "1565895|HSDFG". We have another function called "UploadCaptchaAndGetText", this will return only the captcha text.

2. If you find the typed captcha text wrong, you can set the captcha as bad using the function "SetBadimage".

3. You can get the balance using the function "Request Balance"


Download Decaptcher API

Download PHP API

Download JAVA API

Download C/C++ API

Download Perl API

Download Python API

Download Ruby API

Download iMacros API Example

Download Visual Basic API Example

Decaptcha MyAdToolz Plugin

Command line program API (Windows)

Command line program API (Linux)

Download C# API


Ubot Studio Bypass Captcha Plugin

How to Use Imagetyperz UBot Plugin

Download RegularCaptcha UBot Plugin

Download ReCaptcha UBot Plugin


Jdownloader Captcha Plugin For Free

Manual Installation for JDownloader Plugin

Auto Installer for Jdownloader

Website Compatability Documentation

Trobleshooting link

FAQ

User Guide for Jdownloader captcha bypass


MiPony Captcha Free Plugin

MiPony Auto captcha Plugin Installer

MiPony Captcha Plugin User Guide

MiPony Auto captcha Manual Installer

Mipony Auto Captcha plugin Manual Installation Guide


Download AutoIT Captcha Bypass

AutoIT Captcha bypass Installer

AutoIT Captcha bypass User Guide


Decaptcha API

You can access our service through simple HTTP request response model. You will upload a base64 encoded image file with your username and password. We will decode and send it back to you as response text

HTTP Request links:

File Upload And Get Text using CAPTCHA URL:

UserName: www.captchatypers.com/forms/FileUploadAndGetTextCaptchaURL.htm

Token: www.captchatypers.com/forms/FileUploadAndGetTextCaptchaURLToken.htm

File Upload And Get Text:

UserName: www.captchatypers.com/Forms/FileUploadAndGetTextNew.htm

Token: www.captchatypers.com/forms/FileUploadAndGetTextNewToken.htm

Request Balance:

UserName: www.captchatypers.com/Forms/RequestBalance.htm

Token: www.captchatypers.com/Forms/RequestBalanceToken.htm

Set Bad Image:

UserName: www.captchatypers.com/Forms/SetBadImage.htm

Token: www.captchatypers.com/Forms/SetBadImageToken.htm

No captcha | Recaptcha:

Upload No captcha | Recaptcha And Get Text: www.captchatypers.com/forms/UploadGoogleCaptcha.htm

Upload No captcha | Recaptcha And Get Text USING CAPTCHA URL: www.captchatypers.com/forms/UploadGoogleCaptchaURL.htm

Image Upload via file content posting: (Returns "ImageID|CaptchaText")

Using UserName and Password:

Request Parameters:
Action=upload
username= your username
password = your password
affiliateid = your affiliateid
file=base64 encoded image file.
chkCase= 0 or 1 (Set 1 as Case Sensitive, default is 0).

Note : we are not solving case sensitive captchas for now. Read How to solve "case sensitive" captchas

Response from server
ERROR: INVALID_REQUEST = It will be returned when the program tries to send the invalid request.
ERROR: INVALID_USERNAME = If the username is not provided, this will be returned.
ERROR: INVALID_PASSWORD = if the password is not provide, this will be returned.
ERROR: INVALID_AFFILIATEID = If the affiliateid is not provided, this will be returned.
ERROR: INVALID_IMAGE_FILE = No file uploaded or No image type file uploaded.
ERROR: AUTHENTICATION_FAILED = Provided username and password are invalid.
ERROR: INVALID_IMAGE_SIZE_30_KB = The uploading image file must be 30 KB.
ERROR: UNKNOWN = Unknown error happened, close the program and reopen.
ERROR: NOT_DECODED = The captcha is timedout
if success the captcha decoded text along with image id will be returned.
Example of output: "1245986|HGFJD"
Using the captcha id you can set the captcha as bad.
Example:

Using Token:

Request Parameters:
Action=upload
Token = your Token
affiliateid = your affiliateid
file=base64 encoded image file.
chkCase= 0 or 1 (Set 1 as Case Sensitive, default is 0).

Response from server
ERROR: INVALID_REQUEST = It will be returned when the program tries to send the invalid request.
ERROR: INVALID_TOKEN = if the token is not provide, this will be returned.
ERROR: INVALID_AFFILIATEID = If the affiliateid is not provided, this will be returned.
ERROR: INVALID_IMAGE_FILE = No file uploaded or No image type file uploaded.
ERROR: AUTHENTICATION_FAILED = Provided username and password are invalid.
ERROR: INVALID_IMAGE_SIZE_30_KB = The uploading image file must be 30 KB.
ERROR: UNKNOWN = Unknown error happened, close the program and reopen.
ERROR: NOT_DECODED = The captcha is timedout
if success the captcha decoded text along with image id will be returned.
Example of output: "1245986|HGFJD"
Using the captcha id you can set the captcha as bad.
Example:

Image Upload via CAPTCHA URL: (Returns "ImageID|CaptchaText")

Using UserName and Password:

Request Parameters:
Action=upload
username= your username
password = your password
affiliateid = affiliateid
file=ImageURL like http://www.site.com/test.jpg

Response from server
ERROR: INVALID_REQUEST = It will be returned when the program tries to send the invalid request.
ERROR: INVALID_USERNAME = If the username is not provided, this will be returned.
ERROR: INVALID_PASSWORD = if the password is not provide, this will be returned.
ERROR: INVALID_AFFILIATEID = if the affiliateid is not provide, this will be returned.
ERROR: INVALID_IMAGE_FILE = No file uploaded or No image type file uploaded.
ERROR: AUTHENTICATION_FAILED = Provided username and password are invalid.
ERROR: INVALID_IMAGE_SIZE_30_KB = The uploading image file must be 30 KB.
ERROR: UNKNOWN = Unknown error happened, close the program and reopen.
ERROR: NOT_DECODED = The captcha is timedout
if success the captcha decoded text along with image id will be returned.
Example of output: "1245986|HGFJD"
Using the captcha id you can set the captcha as bad.
Example:

Using Token:

Request Parameters:
Action=upload
token = your token
affiliateid = affiliateid
file=ImageURL like http://www.site.com/test.jpg

Response from server
ERROR: INVALID_REQUEST = It will be returned when the program tries to send the invalid request.
ERROR: INVALID_TOKEN = If the token is not provided, this will be returned.
ERROR: INVALID_AFFILIATEID = if the affiliateid is not provide, this will be returned.
ERROR: INVALID_IMAGE_FILE = No file uploaded or No image type file uploaded.
ERROR: AUTHENTICATION_FAILED = Provided token are invalid.
ERROR: INVALID_IMAGE_SIZE_30_KB = The uploading image file must be 30 KB.
ERROR: UNKNOWN = Unknown error happened, close the program and reopen.
ERROR: NOT_DECODED = The captcha is timedout
if success the captcha decoded text along with image id will be returned.
Example of output: "1245986|HGFJD"
Using the captcha id you can set the captcha as bad.
Example:

Set Bad Image

Using UserName and Password:

Request Parameters:
Action=SetBadImage
username= your username
password = your password
imageid=Image id

Response from server
ERROR: INVALID_REQUEST = It will be returned when the program tries to send the invalid request.
ERROR: INVALID_USERNAME = If the username is not provided, this will be returned.
ERROR: INVALID_PASSWORD = if the password is not provide, this will be returned.
ERROR: AUTHENTICATION_FAILED = Provided username and password are invalid.
ERROR: UNKNOWN = Unknown error happened, close the program and reopen.
ERROR: INVALID_IMAGE_ID = Not provided image id or Provided invalid image id.
SUCCESS = If the image is set as bad.
Example:

Using Token:

Request Parameters:
Action=SetBadImage
token= your token
imageid=Image id

Response from server
ERROR: INVALID_REQUEST = It will be returned when the program tries to send the invalid request.
ERROR: INVALID_TOKEN = If the token is not provided, this will be returned.
ERROR: AUTHENTICATION_FAILED = Provided token are invalid.
ERROR: UNKNOWN = Unknown error happened, close the program and reopen.
ERROR: INVALID_IMAGE_ID = Not provided image id or Provided invalid image id.
SUCCESS = If the image is set as bad.
Example:

Request Balance

Using UserName and Password:

Request Parameters:
Action=REQUESTBALANCE
username= your username
password = your password

Response from server
ERROR: INVALID_REQUEST = It will be returned when the program tries to send the invalid request.
ERROR: INVALID_USERNAME= If the username is not provided, this will be returned.
ERROR: INVALID_PASSWORD = if the password is not provide, this will be returned.
ERROR: AUTHENTICATION_FAILED = Provided username and password are invalid.
ERROR: UNKNOWN = Unknown error happened, close the program and reopen.
if success the amount will be returned.
Example:

Using Token:

Request Parameters:
Action=REQUESTBALANCE
token= your token

Response from server
ERROR: INVALID_REQUEST = It will be returned when the program tries to send the invalid request.
ERROR: INVALID_TOKEN= If the token is not provided, this will be returned.
ERROR: AUTHENTICATION_FAILED = Provided token are invalid.
ERROR: UNKNOWN = Unknown error happened, close the program and reopen.
if success the amount will be returned.
Example: