Skip to main content

🚀 apiv2 is live!

Soundverse’s Enterprise API platform has moved to apiv2.soundverse.ai, with self-serve account setup, API keys, and billing now managed at platform.soundverse.ai. Check the current docs there for the latest endpoints and auth.

Upload File

Upload a raw audio track (e.g. WAV, MP3, FLAC, M4A) to secure cloud storage. This endpoint is completely free and does not deduct from your plan balance. The returned blob_name must be used as the identifier in ingest and search requests.
  • /trace/v1/upload

Request Headers

Request Body

Response

Status 200 OK

Error Responses

Payload Too Large (413) Returned if the uploaded file exceeds the 100 MB limit.
Unsupported Format (400) Returned if the file format is not supported (only .mp3, .wav, .flac, .m4a are allowed).