Judge AI output
This endpoint evaluates the performance of generative AI models by verifying multiple text outputs. It returns statistical analysis results, providing insights into the accuracy and reliability of the AI-generated content.
Endpoint: POST https://api.deepverify.ai/v1/deepverify/judge-ai
Request Example
Response Example
Parameters
texts (array): A list of multiple AI-generated text outputs to be verified.
Response Fields
total_texts (integer): The total number of text instances submitted.
verified_texts (integer): The number of texts that were successfully verified.
unverified_texts (integer): The number of texts that were found to contain disinformation or inaccuracies.
accuracy_rate (float): The percentage of verified texts out of the total.
details (array): A breakdown of each text’s verification result, including the confidence score and verification status.
Create a new user
POST
/users
<Description of the endpoint>
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body
name
string
Name of the user
age
number
Age of the user
Response
Last updated