VocalSure API
Integrate world-class voice forensic analysis. Our API provides real-time AI_GENERATED vs HUMAN classification.
Authentication
Include your secret key in the x-api-key header.
Header Key: x-api-key
API Endpoint
POST
/api/analyzeRequest Payload
| Field | Type | Description |
|---|---|---|
| language | string | English (US) / Hindi / Tamil / Malayalam / Telugu |
| audioBase64 | string | Base64-encoded audio string (MP3) |
Success Response
{
"status": "success",
"language": "English (US)",
"classification": "AI_GENERATED",
"confidenceScore": 0.96,
"explanation": "Forensic scan detected characteristic neural vocoder artifacts..."
}