Current CAPTCHA routes for browser-session task creation, task polling, balance checks, usage reporting, and telemetry collection. Captcha APIs live under /captcha.

Endpoint Areas

AreaEndpoints
Browser-session solving flowPOST /captcha/createTask, POST /captcha/getTaskResult
Workspace and account reportingGET /captcha/balance, GET /captcha/usage, GET /captcha/getResponse
Feedback and telemetryPOST /captcha/reportAccuracy, POST /captcha/collect

Notes

  • createTask and getTaskResult are public from the HTTP standpoint but guarded for browser-container callers by the platform.
  • Balance and usage routes are authenticated workspace views.
  • collect is a telemetry sink and intentionally accepts extension events without a rich response payload.