This page content for software vendor and developer only, End user and 3rt party software user please look at the How to Setup Page to view setting process for your software.

API Example Download

Download C# Example

Download php Example

iMacros Example

Plugin for software’s

Download plugin for myaddtools-z

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://www.fasttypers.org/imagepost.ashx
Image upload link for macros http://www.fasttypers.org/ImageUpload.aspx

VIP server HTTP Request link is: http://www.goodearner.info/imagepost.ashx

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:

< form action=”http://www.fasttypers.org/imagepost.ashx” method=”post”><input type=”text” name=”action” value=”upload”/>< input type=”text” name=”key” value=”KLJFSDFJLLG9KJT5IOEIWE839823K”/><textarea name=”file”> </textarea><input type=”text” name=”gen_task_id” value=”1″/><input type=”submit” value=”Submit”/></form>

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:

< form action=”http://www.fasttypers.org/imagepost.ashx” method=”post” enctype=”multipart/form-data” ><input type=”text” name=”action” value=”upload”/>< input type=”text” name=”key” value=”KLJFSDFJLLG9KJT5IOEIWE839823K”/><input type=”file” name=”file”/><input type=”text” name=”gen_task_id” value=”1″/><input type=”submit” value=”Submit”/></form>

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:

< form action=”http://www.fasttypers.org/imagepost.ashx” method=”post”><input type=”text” name=”action” value=”refund”/>< input type=”text” name=”key” value=”KLJFSDFJLLG9KJT5IOEIWE839823K”/><input type=”text” name=”gen_task_id” value=”1″/><input type=”submit” value=”Submit”/></form>

Balance Query
Request Parameters:
Action=”balance”

Key=The secret access key given to you.


Example:

< form action=”http://www.fasttypers.org/imagepost.ashx” method=”post”><input type=”text” name=”action” value=”balance”/>< input type=”text” name=”key” value=”KLJFSDFJLLG9KJT5IOEIWE839823K”/><input type=”submit” value=”Submit”/></form>

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