AI-voice detection
Analyze audio to determine if it is AI generated or real.
You can send audio data in two ways: (1) multipart/form-data with a direct file upload, or (2) application/json with a presigned URL.
The API processes audio files in 5-second chunks and returns one prediction per chunk.
- Minimum duration: 3 seconds (1 chunk)
- Maximum file size: 4MB
- Chunk size: 5 seconds each
- Output: One prediction per 5-second chunk
Supported formats: WAV, MP3, M4A, FLAC, OGG.
Error codes:
- 400 Invalid input or file too large
- 403 Authentication failed (check x-api-key)
- 500 Internal error or upstream unavailability.
Documentation Index
Fetch the complete documentation index at: https://docs.aurigin.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Response
OK
Error messages for each 5-second chunk (null if successful). Aligns 1:1 with the predictions array.
Confidence scores (0.0-1.0) for each prediction, one per 5-second chunk. Aligns 1:1 with the predictions array.
AI detection results for each 5-second chunk of the audio. Array length equals the number of 5-second chunks in the audio file.
fake, real