Captcha Sniper Captcha Solving API Basics

edited February 2021 in General
Captcha Sniper implements one of the most widely used APIs for captcha solving - Decaptcher API via HTTP POST
It's one of the simplest and easy to use API's for captcha solving.

API URL
http: //127.0.01:80/

POST METHOD ONLY
You must use the HTTP POST Method only when communicating with our API

PARAMETERS
<input type="file" name="pict">

RESPONSES
The response from Captcha Sniper is in plain text format.
Response 200|593430|1539|0|0|TEXT is returned if the captcha image has been decoded, where TEXT is the answer of the captcha. You will need to split the response by | (single pipe) and get the text after the last pipe

EXAMPLES
C#
PHP
HTML
Python
Perl
Sign In or Register to comment.