/captcha.
Endpoint Areas
| Area | Endpoints |
|---|---|
| Browser-session solving flow | POST /captcha/createTask, POST /captcha/getTaskResult |
| Workspace and account reporting | GET /captcha/balance, GET /captcha/usage, GET /captcha/getResponse |
| Feedback and telemetry | POST /captcha/reportAccuracy, POST /captcha/collect |
Notes
createTaskandgetTaskResultare public from the HTTP standpoint but guarded for browser-container callers by the platform.- Balance and usage routes are authenticated workspace views.
collectis a telemetry sink and intentionally accepts extension events without a rich response payload.