✨ NoCaptcha v2 is here — fresh look, API v2 & agentic solving.Read the changelog →
Solver

Get accuracy report

GET
/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}
Content-Length: 0