CaptchaBOSS.com
Name   Password:    Login
Download Myadtoolz Plugin

Download C# Example
Download php Example
iMacros Example

API Introduction

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

HTTP Request link is: http://api.captchaboss.com/imagepost.ashx
Image upload link for imacros http://api.captchaboss.com/ImageUpload.aspx

Image Upload via file content posting:
Request Parameters:
Action=upload
gen_task_id=A unique task id given by you to use as reference of every
job sent to our server. You will use this Task Id for refund claim.
Key=The secret access key given to you.
file=base64 encoded image file.
Example:


Image Upload via file uploading:
Request Parameters:
Action=upload
gen_task_id=A unique task id given by you to use as reference of every
job sent to our server. You will use this Task Id for refund claim.
Key=The secret access key given to you.
file=image file.
Example:


Refund:
Request Parameters:
Action="refund"
gen_task_id=The TaskId of the job that you want refunded.
Key=The secret access key given to you.
Example:


Balance Query
Request Parameters:
Action="balance"
Key=The secret access key given to you.
Example:


Response from server
1. Text shown in Image on successful decoding
Example:GH87Ui
2. Balance is given as number
Example: 50890
2. Error message is given like-Error space message
Error error_messages
Example:
Error INVALID_REQUEST
Possible error messages are:
NOT_ENOUGH_FUND
TIMEOUT
INVALID_REQUEST
INCORRECT_ID
UNKNOWN