build the Task object structure:
send it with request sdk or use the cURL option to perform requests.
Did it work? Retry your request if needed, which is enough in 99.7% of the cases.
send it with Python CAPTCHA solving service SDK
from nextcaptcha import NextCaptchaAPIapi = NextCaptchaAPI(client_key="YOUR_CLIENT_KEY")result = api.recaptchav3(website_url="https://example.com", website_key="SITE_KEY")