POST
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
POST https://api.captchakiller.net/c/solveimg
x-api-key: example
{
"body": "bodyhere"
}
Response Example
{
"result": "example"
}
Last updated
Was this helpful?