PII Detection

Configure your PII detection settings and labels

PII Detection Labels

Detection Threshold

0.0 0.5 1.0

API Command

$curl -X POST http://dashboard.virtueai.io/api/piiguard \   -H "Content-Type: application/json" \   -H "X-API-Key: YOUR_API_KEY" \   -d '{   "text": "Your text here"   }'

Test the API

Content Moderation Topics

Detection Threshold

0.0 0.7 1.0

API Command

$curl -X POST http://dashboard.virtueai.io/api/topic_guard \   -H "Content-Type: application/json" \   -H "X-API-Key: YOUR_API_KEY" \   -d '{   "text": "Your text here"   }'

Test the API

Image Content Policies

API Command

$curl -X POST http://dashboard.virtueai.io/api/image_guard \   -H "Content-Type: application/json" \   -H "X-API-Key: YOUR_API_KEY" \   -d '{   "image": "base64_encoded_image_string"   }'

Test the API

Drag and drop your image here, or

PNG, JPG, GIF up to 10MB

Sample 1

Sexual Content

Sample 2

Violence

Sample 3

ID Card

Sample 4

Weapon

Sample 5

Political

Sample 6

Safe Content

Video Content Policies

API Command

$curl -X POST http://dashboard.virtueai.io/api/video_guard \   -H "Content-Type: application/json" \   -H "X-API-Key: YOUR_API_KEY" \   -d '{   "video": "base64_encoded_video_string"   }'

Test the API

Drag and drop your video here, or

MP4, MOV, AVI up to 100MB

Sample Video 1

Violent Content

Sample Video 2

Gambling

Sample Video 3

Safe Content

API Command

$curl -X POST http://dashboard.virtueai.io/api/hallucination \   -H "Content-Type: application/json" \   -H "X-API-Key: YOUR_API_KEY" \   -d '{   "question": "Your question here",   "answer": "Model answer here",   "groundtruth": "Ground truth document here"   }'

Test the API

TextGuard-Lite Policies

S1 (Violent Crimes) S2 (Non-Violent Crimes)
S3 (Sex-Related Crimes) S4 (Child Sexual Exploitation)
S5 (Specialized Advice) S6 (Privacy)
S7 (Intellectual Property) S8 (Indiscriminate Weapons)
S9 (Hate) S10 (Suicide & Self-Harm)
S11 (Sexual Content) S12 (Jailbreak Prompts)

API Command

$curl -X POST http://dashboard.virtueai.io/api/textguard_lite \   -H "Content-Type: application/json" \   -H "X-API-Key: YOUR_API_KEY" \   -d '{   "text": "Your text here"   }'

Test the API

AudioGuard Policies

S1 (Violent Crimes) S2 (Non-Violent Crimes)
S3 (Sex-Related Crimes) S4 (Child Sexual Exploitation)
S5 (Specialized Advice) S6 (Privacy)
S7 (Intellectual Property) S8 (Indiscriminate Weapons)
S9 (Hate) S10 (Suicide & Self-Harm)
S11 (Sexual Content) S12 (Jailbreak Prompts)

API Command

$curl -X POST http://dashboard.virtueai.io/api/audio_guard \   -H "Content-Type: multipart/form-data" \   -H "X-API-Key: YOUR_API_KEY" \   -F "audio=@your_audio_file.wav"

Test the API

Supported formats: WAV, MP3, M4A (max 10MB)