VocalSurePowered by Echolyze

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/analyze

Request Payload

FieldTypeDescription
languagestringEnglish (US) / Hindi / Tamil / Malayalam / Telugu
audioBase64stringBase64-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..."
}