solve_image_captcha
Read distorted characters from a captcha image URL or base64 and return them as text, so agents can complete forms requiring manual captcha entry.
Instructions
Read the characters in an image captcha given as base64 or a URL and return them as text. Use when a form shows a picture of distorted characters you will type yourself; for a challenge widget on a blocked page use solve_and_continue. Returns text, or a taskId to follow with captcha_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | The captcha image, as base64 or as a URL. | |
| is_base64 | No | Say so when `image` is base64 and could be mistaken for a URL. |