Solver
Get accuracy report
Returns aggregated accuracy statistics for your account, based on the
feedback submitted via /reportAccuracy.
Query Parameters
apiKey*string
Your NoCaptchaAI API key.
Response Body
application/json
curl -X GET "https://example.com/report?apiKey=string"{ "total": 0, "correct": 0, "accuracy": 0.97}