Skip to main content

Recognize Song (v5)

Endpoint

  • GET /v5/recognize

Behavior & Priority

The endpoint accepts one of the following inputs (priority order):
  1. file (multipart upload)
  2. audio_url (query string)
  3. raw audio bytes in the request body
If none are provided, the API returns a 400 error.

Request Parameters

🛈 For audio_url, the server downloads up to 25 MB and may wait up to 120 seconds for slow sources.

Response

Shape
Fields Response

Example Requests


No Match Example


Possible Errors

Missing Input (400)
Client Disconnected (499)
Server Error (500)