Skip to main content

πŸš€ apiv2 is live!

Soundverse’s Enterprise API has moved to apiv2.soundverse.ai β€” new self-serve account setup, API keys, and billing are managed at platform.soundverse.ai. This page documents the legacy api.soundverse.ai API.

Recognize Song (v5)

Endpoint

  • /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)