This repo contains code examples to be used with SadCaptcha API. To get up and running, clone the repo, enter your API key and run the scripts.
For further documentation and API reference, see the docs: https://www.sadcaptcha.com/api/v1/swagger-ui/index.html
Python users should use the Python client. It makes integration with Selenium and Playwright as simple as one line of code:
solver.solve_captcha_if_present()
Check out the Python client repo for instructions: https://github.com/gbiz123/tiktok-captcha-solver/