Normal Captcha là hình ảnh chứa văn bản bị biến dạng nhưng con người có thể đọc được.

Server chấp nhận dạng dữ liệu gửi lên là Multipart và Base64:
Multipart sample form
<form method="post" action="https://captcha.vsicloud.com/in.php" enctype="multipart/form-data">
<input type="hidden" name="method" value="post">
Your key: <input type="text" name="key" value="YOUR_APIKEY">
The CAPTCHA file: <input type="file" name="file">
<input type="submit" value="Upload and get the ID">
</form>
YOUR_APIKEY is "v4uvn".
Base64 sample form
<form method="post" action="https://captcha.vsicloud.com/in.php">
<input type="hidden" name="method" value="base64">
Your key: <input type="text" name="key" value="YOUR_APIKEY">
The CAPTCHA file body in base64 format: <textarea name="body">BASE64_FILE</textarea>
<input type="submit" value="Upload and get the ID">
</form>
YOUR_APIKEY is "v4uvn".
Nếu gửi file thành công, bạn sẽ nhận được 1 trong những dạng sau, ví dụ: OK|2122988149 hoặc JSON {"status":1,"request":"2122988149"} nếu bạn chọn format là json, lúc này ID của kết quả sẽ là: 2122988149.
Request URL example:
https://captcha.vsicloud.com/res.php?key=v4uvn&action=get&id=2122988149
Đây là bài viết chia sẻ phi lợi nhuận, mong các bạn dùng với mục đích học tập, nghiên cứu và tham khảo.
Server đang chạy trên nền tảng CapMonster