Detect whether short audio clips are human (bonafide) or AI-generated (spoofed) and get segment-level confidence scores.
Designed for quick checks
Two ways to send audio
multipart/form-data upload with a fileapplication/json payload with a presigned_urlThe API automatically analyzes the audio in ~5-second segments and returns both a global verdict and detailed per-segment results.
Provide either a direct file upload or a presigned URL. Include device to tag the caller and optionally choose a model.
Optional device type making the request
macos, windows, web_app, api Optional model version to run. Currently only apollo-4-2025-10-20 is available for this endpoint.
apollo-4-2025-10-20 Optional custom prediction identifier
Global verdict plus per-segment predictions and confidence scores.
Unique identifier for this prediction
Array of segment-level predictions. Each segment represents a 5-second chunk of the audio.
Model version used for prediction
Time taken to process the audio in seconds
Duration of the audio file in seconds
Array of warning messages, if any