v1

latestOpenAPI 3.1.02026-07-2662954.6 KB
Reports by Modality

Audio - Voice

Analyze an audio file to determine if it was generated by an AI voice model.

This endpoint is only appropriate when you are looking for ai versus human generated voices. It is not appropriate for music (including singing).

Warning: This endpoint can take up two minutes for long duration audio files or if our backend is spinning up additional processing nodes. Please set a two minute timeout in your client.

post/v1/reports/voice

Response

Successful Response

idstring uuid required
created_atstring date-time

Example response

{
  "report": {
    "confidence": 0.95,
    "duration": 120,
    "total_bytes": 362594,
    "md5": "db36d923800f6ca6b7f87cff8a19d1d1"
  }
}