🚀 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.AI Remix (v7)
- The API supports streaming responses only.
- Provide an existing song as a reference URL and a style prompt to generate a remixed version.
Endpoint
-
/v7/generate/remix- streaming
Request Parameters
Example Request
Code Examples
Streaming Response
Fields
🛈 The fields below are used in the chunks sent by SSE during the streaming process.
Stages of Streaming Response
Validating
sent immediately after the request is received and validatedQueued
request has been accepted and is waiting to be processed
message_id can be used to track the request using the /status/generation/ endpoint
Starting / Initializing
the remix job is being preparedUploading
the reference audio is being uploaded to the modelStreaming (with progress)
remix is generating;progress increments from 0 to 100
Note:progressmay hold at90for several minutes while the model finalizes and uploads the output audio. This is expected. The SSE connection remains open and active during this time. The stream will resume with acompletedchunk andaudio_urlonce the file is ready.

