About the API:
CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) is a security measure known as challenge-response authentication. CAPTCHA helps protect you from spam and password decryption by asking you to complete a simple test that proves you are human and not a computer trying to break into a password-protected account.
A CAPTCHA test comprises two simple parts: a randomly generated sequence of letters and/or numbers that appear as a distorted image, and a text box. To pass a test and prove your human identity, simply type the characters you see in the image into the text box.
This API will help you to generate CAPTCHAS so you can create security checkpoints on your applications.
Just pass the text that you want to pass to the CAPTCHA. The API will deliver a BASE64 image.
The standard size is 200px width, and 50px height. You can edit it if you want.
Essentially captchas deter hackers from abusing online services because they block robot software from submitting fake or nefarious online requests.
Captcha tests can be used to…
Besides the number of API calls per month, there are no other limitations.
Just pass the text that you want to include in the CAPTCHA and receive a BASE 64 image for you to use.
You will receive a "text" object that will help you to validate what the user inserts and compare.
{"text":"Kutgc","image":"data:image/png;base64,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"}
Object | Description |
---|---|
width |
[Optional] Optional. Default 200 |
height |
[Optional] Optional. Default 50 |
text |
[Optional] Insert a text or receive a default one. |
After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the Captcha Generator From Text API REST API, simply include your bearer token in the Authorization header.
Header | Description |
---|---|
Authorization
|
[Required] Should be Bearer access_key . See "Your API Access Key" above when you are subscribed. |
No long term commitments. One click upgrade/downgrade or cancellation. No questions asked.
Zyla API Hub is, in other words, an API MarketPlace. An all-in-one solution for your developing needs. You will be accessing our extended list of APIs with only your user. Also, you won't need to worry about storing API keys, only one API key for all our products is needed.
Prices are listed in USD. We accept all major debit and credit cards. Our payment system uses the latest security technology and is powered by Stripe, one of the world’s most reliable payment companies. If you have any trouble with paying by card, just contact us at [email protected]
Sometimes depending on the bank's fraud protection settings, a bank will decline the validation charge we make when we attempt to be sure a card is valid. We recommend first contacting your bank to see if they are blocking our charges. If more help is needed, please contact [email protected] and our team will investigate further
Prices are based on a recurring monthly subscription depending on the plan selected — plus overage fees applied when a developer exceeds a plan’s quota limits. In this example, you'll see the base plan amount as well as a quota limit of API requests. Be sure to notice the overage fee because you will be charged for each additional request.
Zyla API Hub works on a recurring monthly subscription system. Your billing cycle will start the day you purchase one of the paid plans, and it will renew the same day of the next month. So be aware to cancel your subscription beforehand if you want to avoid future charges.
Just go to the pricing page of that API and select the plan that you want to upgrade to. You will only be charged the full amount of that plan, but you will be enjoying the features that the plan offers right away.
Yes, absolutely. If you want to cancel your plan, simply go to your account and cancel on the Billing page. Upgrades, downgrades, and cancellations are immediate.
You can contact us through our chat channel to receive immediate assistance. We are always online from 9 am to 6 pm (GMT+1). If you reach us after that time, we will be in contact when we are back. Also you can contact us via email to [email protected]