Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

bq get_captcha

Liam Jack edited this page Aug 21, 2015 · 1 revision

Endpoint

/bq/get_captcha

Description

Used to get 9 captcha images in a zip file to prove that you're not a bot.

Request

  • username
  • timestamp
  • req_token

Response

The response is a zip file with the following filename: [username]~[timestamp].zip
Inside the zip are 9 PNG images, from image0.png to image8.png

This is how it looks in app:
Captcha in-app Example

This is how the different images are layed out (this is important for solving the captcha):

Column 1 Column 2 Column3
Row 1 image0.png image1.png image2.png
Row 2 image3.png image4.png image5.png
Row 3 image6.png image7.png image8.png
Clone this wiki locally