Twocaptcha
twocaptcha2Captcha is a service that provides automated CAPTCHA solving solutions, enabling developers to bypass various types of CAPTCHAs in their applications.
Acciones disponibles (1)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create CAPTCHA TaskTWOCAPTCHA_CREATE_TASKAcciónTool to create a new captcha-solving task. use when you need to initiate solving of any supported captcha type. call after assembling captcha parameters.
TWOCAPTCHA_CREATE_TASKAcciónTool to create a new captcha-solving task. use when you need to initiate solving of any supported captcha type. call after assembling captcha parameters.
Parámetros de entrada
taskobjectObligatorioTask object defining the captcha type and parameters. E.g., {'type':'RecaptchaV2TaskProxyless', 'websiteURL':'https://...', 'websiteKey':'...'}
softIdintegerYour software ID from 2Captcha's Software Catalog.
clientKeystringObligatorioYour 2Captcha API key.
callbackUrlstringuriYour registered pingback URL to receive results.
languagePoolstringenumWorker language preference: 'en' for English (default), 'rn' for Russian.
enrn
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not