Page cover

GET

Text Captcha API

ENDPOINT: https://api.captchakiller.net/c/solveimg

Request Text Captcha Result

Parameter
Type
Description
Example Value

body

string

Required. Base64 encoded image string.

YmFzZTY0IGltYWdlIHN0cmluZw==

Header
Type
Description
Example Value

x-api-key

string

Required. Your API Key.

example

Request Example

GET https://api.captchakiller.net/c/solveimg?body=bodyhere
x-api-key: example

Response Example

{
    "result": "example"
}

Last updated

Was this helpful?