Judge AI output
curl -X POST "https://api.deepverify.ai/v1/deepverify/ai-output" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"texts": [
"AI-generated report for legal contracts.",
"AI summary of patient records for healthcare claims.",
"AI-generated ESG compliance report."
]
}'
{
"total_texts": 3,
"verified_texts": 2,
"unverified_texts": 1,
"accuracy_rate": 0.67,
"details": [
{
"text": "AI-generated report for legal contracts.",
"verified": true,
"confidence_score": 0.85
},
{
"text": "AI summary of patient records for healthcare claims.",
"verified": false,
"confidence_score": 0.45
},
{
"text": "AI-generated ESG compliance report.",
"verified": true,
"confidence_score": 0.90
}
]
}
Create a new user
Name
Value
Name
Type
Description
Last updated