Firstmail Limited
  1. Vision
Firstmail Limited
  • Vision
    • Welcome
    • Vision Emulator
    • Quick start (ocr)
      POST
  1. Vision

Quick start (ocr)

POST
https://api.vision.firstmail.ltd/v1/solve
Quick Start to start solving
Supported Helecopter & Goog Captcha

Supported promts#

for helecopter_auto need to send full screenshot of captcha
Helecopter CaptchaGoog Captcha
helecopter_auto (auto)goog (for any)
helecopter_field
helectoper_leastconnected
helecopter_simillar_3x3
helecopter_drag_circles
helectopetr_click_similar

Promt examples#

helecopter_auto - Any helecopter captcha, need text and task
This promt is required more time to use ocr and ai to understand type of captcha
helecopter_field - Need to find simillar image in field
image.png
helecopter_simillar_3x3 - Neeed to find simillar in filed 3x3
image.png
helecopter_drag_circles Need to grag element to cross circles
image.png
helecopter_least_connected requires to find least connected element in field
image.png

Request

Header Params
Content-Type
string 
optional
Example:
application/json
Authorization
string 
optional
Example:
API-KEY [TOKEN]
Body Params multipart/form-data
file
string 
optional
File in base64
promt
string 
optional
promt name

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.vision.firstmail.ltd/v1/solve' \
--header 'Authorization: API-KEY [TOKEN]' \
--form 'file=""' \
--form 'promt=""'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-02-26 21:10:00
Previous
Vision Emulator
Built with