Mureka | Recognize Song
Identify and analyze songs from uploaded audio files. Returns information about the recognized song.
Quick Start
Requires an each::labs API key. Get one at eachlabs.ai.
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "mureka-recognize-song",
"version": "0.0.1",
"input": {
"upload_audio_id": "uploaded-audio-id-from-upload-api"
}
}'
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| upload_audio_id | string | false | Upload ID of the song to recognize (from files/upload API, purpose: audio). |
Examples
Recognize a song:
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "mureka-recognize-song",
"version": "0.0.1",
"input": {
"upload_audio_id": "audio-upload-id-789"
}
}'
Related Models
- mureka-stem-song - Separate song into stems
- mureka-upload-file - Upload audio files
- mureka-extend-song - Extend a song