v1

latestOpenAPI 3.1.02026-07-2662954.6 KB
Reports by Modality

Audio - Music

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

This endpoint is only appropriate when you are looking for ai versus human generated music. Music means both singing (vocals) and instrumentals.

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

Response

Successful Response

idstring uuid required
created_atstring date-time

Example response

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