# Normal Captcha Solve standard image CAPTCHAs containing distorted text. Submit via multipart or Base64 to receive a text-based solution. ## Servers ``` https://ocr.captchaai.com ``` ## Download OpenAPI description [Normal Captcha](https://docs.captchaai.com/_bundle/api/normal.yaml) ## Other ### Submit Task - [POST /in.php](https://docs.captchaai.com/api/normal/other/submit-task.md): Upload an image using POST /in.php (method=post or base64). Returns a Task ID. ### Get Result - [POST /res.php](https://docs.captchaai.com/api/normal/other/get-result.md): Poll POST /res.php with your API key and Task ID to retrieve the solved text. ### Solve Normal Captcha (No-polling) - [POST /solve.php](https://docs.captchaai.com/api/normal/other/solve-task.md): Submit and get the final answer in one request. Uses same body format as /in.php.