### GET /getBalance Source: https://ezcaptcha.atlassian.net/wiki/spaces/IS/pages/7045121/EzCaptcha+API+Docs+English Retrieves the current account balance. ```APIDOC ## GET /getBalance ### Description Retrieves the current balance of the user account. ### Method GET ### Endpoint /getBalance ``` -------------------------------- ### GET /getTaskResult Source: https://ezcaptcha.atlassian.net/wiki/spaces/IS/pages/7045121/EzCaptcha+API+Docs+English Retrieves the result of a previously created task. ```APIDOC ## GET /getTaskResult ### Description Polls the status and retrieves the result of a specific task using its ID. ### Method GET ### Endpoint /getTaskResult ``` -------------------------------- ### GET /getTaskResult Source: https://ezcaptcha.atlassian.net/wiki/spaces/IS/pages/7045121/EzCaptcha%2BAPI%2BDocs%2BEnglish Polls the status and result of a previously created task. ```APIDOC ## GET /getTaskResult ### Description Retrieves the result or current status of a specific task using its task ID. ### Method GET ### Endpoint /getTaskResult ``` -------------------------------- ### POST /createTask Source: https://ezcaptcha.atlassian.net/wiki/spaces/IS/pages/7045121/EzCaptcha+API+Docs+English Creates a new CAPTCHA solving task. ```APIDOC ## POST /createTask ### Description Submits a new task for CAPTCHA solving. Supported types include ReCaptcha V2/V3, FunCaptcha, DataDome, Kasada, Akamai, TlsForward, and CloudFlare. ### Method POST ### Endpoint /createTask ``` -------------------------------- ### POST /createTask Source: https://ezcaptcha.atlassian.net/wiki/spaces/IS/pages/7045121/EzCaptcha%2BAPI%2BDocs%2BEnglish Creates a new captcha solving task for supported types like ReCaptcha, FunCaptcha, and CloudFlare. ```APIDOC ## POST /createTask ### Description Submits a new task to the EzCaptcha service. Supported task types include ReCaptcha V2/V3, FunCaptcha, DataDome, Kasada, Akamai, TlsForward, and CloudFlare Turnstile. ### Method POST ### Endpoint /createTask ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.