Read accuracy measurements
Retrieve the numeric engine's measured results on its evaluation corpus.
/api/v1/accuracyhttps://api.webcite.coWhen to use it
These measurements describe a specific evaluation corpus. They are not a guarantee of accuracy for your documents. Keep the corpus context with any reported score.
Request
1 credit.
Examples run on your server. Set WEBCITE_API_KEY first. Python examples use the requests package.
curl --fail-with-body -X GET 'https://api.webcite.co/api/v1/accuracy' \
-H "x-api-key: $WEBCITE_API_KEY"No request body is required.
Response
Returns corpus measurements for conflict detection and recomputation. The public contract does not define all response fields.
200 response
See the response guidance above. A complete JSON schema is not published for this response.
Errors
For 400, check the request fields and source identifiers. For 401, check your API key. For 429, wait for the retry interval. See the errors guide before retrying a billable request.
401- Unauthorized - API key required
429- Rate limit exceeded