imagetyperz-api-client

CAPTCHAFORUM

Administrator
1652880445135.png
ImagetyperzAPI (client) is a super easy to use bypass captcha API wrapper for imagetyperz.com captcha service.

Installation
npm install imagetyperz-api-client
or
git clone https://github.com/imagetyperz-api/imagetyperz-api-javascript

How to use?
ImagetyperzAPI (client) uses promise handling

Simply require the module, set the auth details and start using the captcha service:
Code:
<!-- Load jQuery (dependency) -->
<script src="http://code.jquery.com/jquery-3.3.1.min.js"></script>
<!-- Load the API library -->
<script src="../lib/imagetyperz-api-client.js"></script>

Set access_token for authentication
Code:
// get access token from: http://www.imagetyperz.com/Forms/ClientHome.aspx
imagetyperzapi.set_access_key('YOUR_ACCESS_KEY');

Once you've set your authentication details, you can start using the API

Get balance
Code:
const balance = await imagetyperzapi
console.log('Balance:', balance)

Documentation https://npm.io/package/imagetyperz-api-client