🍏
Achicaptcha.com
  • Giới thiệu
  • Captcha chữ
  • Amazon captcha
  • Facebook captcha
  • hCAPTCHA Token
  • hCAPTCHA Image
  • Funcaptcha Image
  • ReCAPTCHA
  • Geetest Captcha
    • Geetest Token
    • Geetest Image
  • Tiktok captcha
  • Shopee captcha
  • Faucet Captcha
    • Antibot captcha
Powered by GitBook
On this page
  • 1. Tạo yêu cầu
  • Request
  • Response
  • 2. Lấy kết quả
  • Request
  • Response

Facebook captcha

PreviousAmazon captchaNexthCAPTCHA Token

Last updated 7 months ago

Giải captcha facebook độ chính xác >99%. Liên hệ admin () nếu cần hỗ trợ

1. Tạo yêu cầu

Request

POST http://api.achicaptcha.com/createTask

Tên param
Kiểu dữ liệu
Bắt buộc?
Mô tả

clientKey

string

yes

Api key

task.type

string

yes

ImageToTextTask

task.image

string

yes

base64 của hình ảnh

task.subType

string

yes

facebook

POST /createTask HTTP/1.1
Host: api.achicaptcha.com
Content-Type: application/json

{
	"clientKey": "API_KEY của bạn",
	"task": {
		"type": "ImageToTextTask",
		"image": "base64 encoded của ảnh",
		"subType": "facebook"
	}
}

Response

Khi thành công, server sẽ trả về errorId = 0 và taskId

{
	"errorId": 0,
	"taskId": "f2fc70d6-c76b-4fba-9480-205ac1fe9fb9"
}

Server sẽ trả về errorId != 0 and errorCode

{
	"errorId": 1,
	"errorCode": "ERROR_KEY_DOES_NOT_EXIST",
	"errorDescription": "ERROR_KEY_DOES_NOT_EXIST"
}

2. Lấy kết quả

Request

POST http://api.achicaptcha.com/getTaskResult

Tên param
Kiểu dữ liệu
Bắt buộc?
Mô tả

clientKey

string

yes

Api key

taskId

string

yes

POST /getTaskResult HTTP/1.1
Host: api.achicaptcha.com
Content-Type: application/json

{
	"clientKey": "API_KEY của bạn",
	"taskId": "f2fc70d6-c76b-4fba-9480-205ac1fe9fb9"
}

Response

{
	"errorId": 0,
	"status": "ready",
	"solution": "swamn"
}
{
	"errorId": 0,
	"status": "processing"
}
{
	"errorId": 1,
	"errorCode": "ERROR_CAPTCHA_UNSOLVABLE",
	"errorDescription": "ERROR_CAPTCHA_UNSOLVABLE"
}

Danh sách mã lỗi (errorId)

Mã lỗi
Mô tả

0

Lấy kết quả thành công

1

Task đang được xử lý, vui lòng đợi 1-2 giây rồi gửi request lại

5

clientKey không tồn tại

7

Task lỗi, vui lòng tạo lại task

8

TaskID không tồn tại

TaskId lấy từ

(1)
https://t.me/vietnvri
Captcha facebook