v1

latestOpenAPI 3.1.02026-07-22122760.2 KB

Detect accent in an audio file

Analyze an audio file and return a whole-file accent label plus a per-window accent time series.

post/api/velma-2-accent-batch

Response

Accent detection completed successfully

accentstring required

The accent label for the whole file. Always present and non-null.

Example response

{
  "accent": "British",
  "time_series": [
    {
      "duration_ms": 15000,
      "accent": "British"
    }
  ]
}
All 12 operations