CaptchaKiller Documentation
  • Captcha Tasks
    • Recaptcha V2
      • GET
      • POST
      • Error Codes
    • Recaptcha V2 Enterprise
      • GET
      • POST
      • Error Codes
    • Recaptcha V3 Low Score
      • GET
      • POST
      • Error Codes
    • Funcaptcha - Arkoselabs
      • GET
      • POST
      • Error Codes
    • MTCaptcha
      • GET
      • POST
      • Error Codes
    • Text Captcha
      • GET
      • POST
      • Error Codes
  • Integrations
    • Python
    • Node.js
  • GENERAL API
    • View Balance
  • Other
    • Support
    • Partnership Program
Powered by GitBook
On this page
  • Text Captcha API
  • Request Example
  • Response Example

Was this helpful?

  1. Captcha Tasks
  2. Text Captcha

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 12 months ago

Was this helpful?

Page cover image