reCaptcha v3 Solver
Solve Google reCaptcha v3 challenges with score-based validation.
Overview
reCaptcha v3 returns a score (0.0 - 1.0) indicating how likely the interaction is from a human. Our solver generates tokens with high scores.
Endpoint
Request
Body Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
sitekey | string | ✅ | reCaptcha v3 site key |
url | string | ✅ | Full URL of the page |
page_action | string | ❌ | Action parameter (e.g., "submit", "login") |
Example Request
Response
Finding the Action
The action parameter can be found where reCaptcha is executed:
If you don't know the action, you can omit it or use a common one like "submit" or "homepage".
Credit Cost
| Result | Credits |
|---|---|
| Success | 1 |
| Error | 0 |