AudioSimScore
Compare a pair of audio files or file URLs containing audio files (max file size = 20 MB each) by uploading them in an HTTP POST form. The response will be a JSON object with the input file names.URLs and a similarity score between 0 and 1, where 0 indicates extreme dissimilarity and 1 indicates extreme similarity and the input filenames/URLs. **Use Case** A typical use-case for this API is…
AudioSimScore endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
SimScoreAudioURLs /simscoreaudiourls/ |
Compare a pair of audio file URLs (max file size = 20 MB) by specifying: - **`guru_file_url`**: Download URL for Master's audio file as reference - **`student_file_url`**:… |
| POST |
SimScoreAudioFiles /simscoreaudiofiles/ |
Compare a pair of audio files (max file size = 20 MB) by uploading: - **`guru_file`**: Master's audio file to compare with - **`student_file`**: Student's audio file And get a… |
AudioSimScore pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / minute |
|
| PRO | $25 / month | 1 / minute |
|
| ULTRA Recommended | $75 / month | 1 / second |
|
| MEGA | $150 / month | — |
|